- 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 1 commit
-
-
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.
-
- 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.
-
- 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.
-
- 15 Oct, 2018 3 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.
-
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.
-
- 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.
-
- 01 Oct, 2018 1 commit
-
-
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.
-
- 27 Sep, 2018 1 commit
-
-
Alexandre Duret-Lutz authored
* spot/misc/game.hh: Here.
-
- 26 Sep, 2018 4 commits
-
-
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
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
* spot/kripke/kripkegraph.hh, spot/priv/bddalloc.hh, spot/priv/freelist.hh, spot/priv/satcommon.hh, spot/ta/taexplicit.cc spot/twa/bdddict.cc, spot/twa/twagraph.hh, spot/twaalgos/alternation.hh, spot/twaalgos/dtwasat.cc, spot/twaalgos/ltl2taa.cc, spot/twaalgos/stutter.cc, tests/core/ngraph.cc: Add default constructors, copy constructors, or remove useless destructors.
-
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.
-
- 25 Sep, 2018 1 commit
-
-
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.
-
- 11 Aug, 2018 1 commit
-
-
Alexandre Duret-Lutz authored
* spot/kripke/kripkegraph.hh, spot/priv/bddalloc.hh, spot/priv/freelist.hh, spot/priv/satcommon.hh, spot/ta/taexplicit.cc spot/twa/bdddict.cc, spot/twa/twagraph.hh, spot/twaalgos/alternation.hh, spot/twaalgos/dtwasat.cc, spot/twaalgos/ltl2taa.cc, spot/twaalgos/stutter.cc, tests/core/ngraph.cc: Add default constructors, copy constructors, or remove useless destructors.
-
- 02 Aug, 2018 9 commits
-
-
Alexandre Duret-Lutz authored
spot::contains(a, b) should test a⊇b. It was testing a⊆b instead. * NEWS: Mention the bug. * spot/twaalgos/contains.cc, spot/twaalgos/contains.hh: Fix the code and documentation. * tests/python/contains.ipynb: Adjust description and expected results. * python/spot/__init__.py: Also swap the argument of language_containment_checker.contains() * bin/autfilt.cc: Adjust usage.
-
Alexandre Duret-Lutz authored
This prevents an exception from being raised if NNF is not performed on Boolean properties and implication-based checks are used. * NEWS: Mention the issue. * spot/tl/simplify.cc, doc/tl/tl.tex: Add some rules. * tests/python/ltlsimple.py: Test them.
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* spot/twaalgos/sccinfo.cc (split_on_sets): Correctly register APs. * tests/python/sccsplit.py: New file. * tests/Makefile.am: Add it. * NEWS: Mention the bug.
-
Alexandre Duret-Lutz authored
-
* spot/graph/graph.hh, spot/taalgos/tgba2ta.cc, spot/tl/formula.hh, spot/twaalgos/dot.cc, spot/twaalgos/ltl2tgba_fm.cc, spot/twaalgos/ndfs_result.hxx, spot/twaalgos/powerset.cc, spot/twaalgos/stutter.cc: Here.
-
* spot/ta/taexplicit.hh, spot/twaalgos/compsusp.hh, spot/twaalgos/isunamb.hh, spot/twaalgos/word.hh: Here.
-
Alexandre Duret-Lutz authored
* spot/misc/escape.hh: Here.
-
- 01 Aug, 2018 2 commits
-
-
Alexandre Duret-Lutz authored
spot::contains(a, b) should test a⊇b. It was testing a⊆b instead. * NEWS: Mention the bug. * spot/twaalgos/contains.cc, spot/twaalgos/contains.hh: Fix the code and documentation. * tests/python/contains.ipynb: Adjust description and expected results. * python/spot/__init__.py: Also swap the argument of language_containment_checker.contains() * bin/autfilt.cc: Adjust usage.
-
Alexandre Duret-Lutz authored
This prevents an exception from being raised if NNF is not performed on Boolean properties and implication-based checks are used. * NEWS: Mention the issue. * spot/tl/simplify.cc, doc/tl/tl.tex: Add some rules. * tests/python/ltlsimple.py: Test them.
-
- 28 Jul, 2018 1 commit
-
-
Maximilien Colange authored
-
- 27 Jul, 2018 2 commits
-
-
Maximilien Colange authored
ltlsynt now offers two algorithms: one where splitting occurs before determinization (the historical one) and one where determinization occurs before splitting. * bin/ltlsynt.cc: here * tests/core/ltlsynt.test: test it and refactor test file * NEWS: document it * spot/misc/game.hh, spot/misc/game.cc: remove Calude's algorithm
-
Maximilien Colange authored
* spot/twaalgos/toparity.cc: here * spot/twa/acc.hh, spot/twa/acc.cc: compute symmetries of an acceptance condition * tests/python/accparse2.py, tests/python/toparity.py: test it
-
- 26 Jul, 2018 4 commits
-
-
Alexandre Duret-Lutz authored
* tests/core/ltl2tgba2.test: Add a test-case reported by Maximilien. * spot/twaalgos/translate.cc: Translate any "safety" formula with "rest". * tests/python/highlighting.ipynb: Adjust.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
Fixes #360. * spot/twa/acc.cc, spot/twa/acc.hh (force_inf): New method. * spot/twaalgos/genem.cc: Fix the emptiness check using force_inf. * tests/python/genem.py: Add test case and adjust the python version of the emptiness check.
-
Alexandre Duret-Lutz authored
* spot/twaalgos/sccinfo.cc (split_on_sets): Correctly register APs. * tests/python/sccsplit.py: New file. * tests/Makefile.am: Add it. * NEWS: Mention the bug.
-
- 24 Jul, 2018 2 commits
-
-
Maximilien Colange authored
* spot/twaalgos/toparity.cc, spot/twaalgos/toparity.hh: implement it, based on last-appearance record (LAR) * spot/twaalgos/Makefile.am: build it * NEWS: document it * python/spot/impl.i: add to python bindings * tests/Makefile.am, tests/python/toparity.py: test it
-
Alexandre Duret-Lutz authored
* spot/twa/twa.cc (is_empty, intersects): Here. * spot/twaalgos/sccinfo.cc (check_scc_emptiness): Here. * spot/twaalgos/genem.cc: Report error if the input is alternating. * spot/twaalgos/isunamb.cc, spot/twaalgos/sccinfo.hh: Adjust. * NEWS: Mention the change.
-