spot/spot
Antoine Martin 0505ee9310 tl: implement suffix operator normal form
* spot/tl/Makefile.am: New sonf files
* spot/tl/sonf.cc,spot/tl/sonf.hh: Here.
* python/spot/impl.i: include sonf.hh header
* doc/spot.bib: add entry for the SONF paper
* tests/python/formulas.ipynb: show sample usage
* tests/python/spot.py: test automata equivalence before/after SONF
* NEWS: mention the change
2022-03-03 09:13:04 +01:00
..
bricks * spot/bricks/brick-hash: Add missing include. 2021-11-16 09:47:42 +01:00
gen gen, bitset: use clz() to simplify 2021-01-17 18:03:09 +01:00
graph Adding selective edge sorting and state merging 2021-09-16 14:53:47 +02:00
kripke build: fix multiple Clang13 warnings 2021-11-22 10:29:15 +01:00
ltsmin ltlsmin: fix incorrect check for dlsym error 2020-10-17 23:26:44 +02:00
mc sched_getcpu() and pthread_setaffinity_np() are non-portable 2021-11-22 10:24:52 +01:00
misc configure: remove some header checks 2022-03-02 17:37:25 +01:00
parseaut work around an issue in Flex 2.6.4 2022-02-17 16:57:18 +01:00
parsetl work around an issue in Flex 2.6.4 2022-02-17 16:57:18 +01:00
priv robin_hood: Update to version 3.11.3 2021-09-16 14:07:17 +02:00
ta fixpool: propose alternative policy 2020-06-03 12:22:26 +02:00
taalgos replace bdd_satoneset(x,y,bddtrue) loops by minterms_of(x,y) 2021-04-14 17:31:45 +02:00
tl tl: implement suffix operator normal form 2022-03-03 09:13:04 +01:00
twa remove uses of unary_function and binary_function 2022-02-07 16:41:59 +01:00
twaalgos reduce_parity: fix to work on automata with deleted edges 2022-02-14 09:13:36 +01:00
twacube use <cassert> and not <assert.h> in C++ 2021-06-15 12:34:15 +02:00
twacube_algos use <cassert> and not <assert.h> in C++ 2021-06-15 12:34:15 +02:00
.gitignore install pkg-config configuration files 2017-01-14 17:56:05 +01:00
libspot.pc.in install pkg-config configuration files 2017-01-14 17:56:05 +01:00
Makefile.am rpm: fixes commit 3acf2ca6 2020-06-08 08:15:52 +02:00