- 29 Nov, 2018 1 commit
-
-
Etienne Renault authored
* bin/common_finput.hh, bin/common_trans.cc, bin/common_trans.hh, spot/misc/minato.hh, spot/ta/ta.cc, spot/ta/ta.hh, spot/twa/acc.hh, spot/twaalgos/cycles.hh, spot/twaalgos/emptiness.hh, spot/twaalgos/gtec/gtec.hh, spot/twaalgos/ndfs_result.hxx, spot/twaalgos/sccinfo.hh, spot/twaalgos/word.cc, spot/twaalgos/word.hh: Here.
-
- 10 Nov, 2018 3 commits
-
-
Alexandre Duret-Lutz authored
* .gitlab-ci.yml (alpine-gcc): Here.
-
Alexandre Duret-Lutz authored
* spot.spec.in: Do not hardcode the Python version.
-
Alexandre Duret-Lutz authored
Reported by Maxime Bouton. * spot/misc/tmpfile.cc: Include stdlib.h, not cstdlib, so that our replacement secure_getenv() is found. * THANKS: Add Maxime.
-
- 08 Nov, 2018 2 commits
-
-
Alexandre Duret-Lutz authored
* spot/twa/acc.cc: Recoginize the single-pair case. * python/spot/impl.i: Return the vector instead of taking it by reference. * tests/python/setacc.py: Add test cases. * NEWS: Mention those changes.
-
Alexandre Duret-Lutz authored
Fixes #368, suggested by František Blahoudek. * spot/twaalgos/isdet.cc, spot/twaalgos/isdet.hh (count_univbranch_states(), count_univbranch_edges()): New functions. * bin/common_aoutput.cc, bin/common_aoutput.hh: Add %u and variants. * NEWS: Mention these. * tests/core/alternating.test: Test them.
-
- 03 Nov, 2018 1 commit
-
-
Alexandre Duret-Lutz authored
* NEWS: Mention the change. * python/spot/__init__.py: Add _repr_latex_ for twa_word, and remove __repr__ and __str__ for atomic_prop_set. * python/spot/impl.i: Implement __repr__ and __str__ for atomic_prop_set. Fix __repr__ for trival, acc_code, acc_cond, mark_t. Remove __repr__ for twa_run and twa_word. * tests/python/acc_cond.ipynb, tests/python/accparse.ipynb, tests/python/atva16-fig2a.ipynb, tests/python/automata.ipynb, tests/python/bdditer.py, tests/python/contains.ipynb, tests/python/gen.ipynb, tests/python/highlighting.ipynb, tests/python/ltlsimple.py, tests/python/ltsmin-dve.ipynb, tests/python/product.ipynb, tests/python/relabel.py, tests/python/satmin.ipynb tests/python/stutter-inv.ipynb, tests/python/word.ipynb: Adjust test cases. * tests/python/formulas.ipynb: Add test for atomic_prop_set.
-
- 02 Nov, 2018 1 commit
-
-
Alexandre Duret-Lutz authored
* spot/twa/acc.hh: Hide default constructors, so that we can have keyword arguments on the main constructor. * python/spot/impl.i: Add __repr__. * tests/python/setacc.py: Test it.
-
- 31 Oct, 2018 2 commits
-
-
Alexandre Duret-Lutz authored
* python/spot/impl.i: Fix instantiation of vector_rs_pairs. * tests/python/setacc.py: Add test cases. * NEWS: Mention the bugs.
-
Alexandre Duret-Lutz authored
* python/spot/impl.i: Here. * tests/python/setacc.py: Test it. * NEWS: Mention the bug.
-
- 29 Oct, 2018 2 commits
-
-
Alexandre Duret-Lutz authored
* spot/parseaut/parseaut.yy, spot/parsetl/parsetl.yy: Explicitly Bison 3.0, and use a code argument instead of an (deprecated) string argument for api.location.type.
-
Alexandre Duret-Lutz authored
* spot/parseaut/parseaut.yy: Here.
-
- 17 Oct, 2018 5 commits
-
-
Alexandre Duret-Lutz authored
Fixes #361. * python/spot/__init__.py: Implement it. * tests/python/optionmap.py: Test it. * NEWS: Mention it.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* NEWS, configure.ac: Here.
-
Alexandre Duret-Lutz authored
* NEWS, configure.ac, doc/org/setup.org: Bump version.
-
- 15 Oct, 2018 6 commits
-
-
Alexandre Duret-Lutz authored
* NEWS: Mention the issue. * bin/ltlfilt.cc: Fix test. * tests/core/acc_word.test: Test this.
-
Alexandre Duret-Lutz authored
Fixes #367. * spot/twaalgos/translate.cc, spot/twaalgos/translate.hh: Fix it. * NEWS: Mention the change. * tests/core/ltl2tgba2.test: Test this.
-
Alexandre Duret-Lutz authored
Fixes #366, reported by Simon Jantsch. * spot/twaalgos/translate.cc: type_&Generic will also match if type_==BA... use type_==Generic instead. * tests/core/unambig.test: Add a test corresponding to Simon's report. * NEWS: Describe the bug.
-
Alexandre Duret-Lutz authored
* tests/python/_product_weak.ipynb: Split large loop in two cells.
-
Alexandre Duret-Lutz authored
* spot/twaalgos/strength.cc, spot/twaalgos/strength.hh, spot/tl/hierarchy.cc, spot/tl/hierarchy.hh: Here. * bin/ltlfilt.cc (--liveness): New filter. * NEWS: Mention those. * tests/core/ltlfilt.test, tests/python/ltlsimple.py: Add test cases.
-
Alexandre Duret-Lutz authored
* NEWS: Mention the issue. * bin/ltlfilt.cc: Fix test. * tests/core/acc_word.test: Test this.
-
- 12 Oct, 2018 2 commits
-
-
Alexandre Duret-Lutz authored
Fixes #367. * spot/twaalgos/translate.cc, spot/twaalgos/translate.hh: Fix it. * NEWS: Mention the change. * tests/core/ltl2tgba2.test: Test this.
-
Alexandre Duret-Lutz authored
Fixes #366, reported by Simon Jantsch. * spot/twaalgos/translate.cc: type_&Generic will also match if type_==BA... use type_==Generic instead. * tests/core/unambig.test: Add a test corresponding to Simon's report. * NEWS: Describe the bug.
-
- 08 Oct, 2018 1 commit
-
-
Alexandre Duret-Lutz authored
* tests/python/_product_weak.ipynb: Split large loop in two cells.
-
- 01 Oct, 2018 2 commits
-
-
Alexandre Duret-Lutz authored
Based on a report by Simon Jantsch. Fixes #362. * NEWS, doc/tl/tl.tex: Mention the new rules. * spot/tl/unabbrev.cc: Implement them. * tests/core/unabbrevwm.test: Test them. * tests/python/randltl.ipynb: Adjust.
-
Alexandre Duret-Lutz authored
-
- 28 Sep, 2018 4 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* NEWS, configure.ac: Here.
-
Alexandre Duret-Lutz authored
* NEWS, configure.ac, doc/org/setup.org: Bump version number.
-
Alexandre Duret-Lutz authored
* doc/org/index.org: Here.
-
- 27 Sep, 2018 1 commit
-
-
Alexandre Duret-Lutz authored
* spot/misc/game.hh: Here.
-
- 26 Sep, 2018 7 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
Fixes #363. * spot/tl/exclusive.cc: Fix the prop_copy() call. * tests/core/exclusive-tgba.test: Test it. * NEWS: Mention the issue.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
Based on a report from Andreas Tollkötter. * spot/twaalgos/dot.cc (highlight_states_show_num_): New option, turned on implicitly when more than 8 colors are used. * tests/core/highlightstate.test: Test it. * NEWS: Mention it. * THANKS: Add Andreas.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* debian/source/lintian-overrides, python/.gitignore: Here
-
Alexandre Duret-Lutz authored
* debian/control (Build-Depends): Add dh-python.
-