- 02 Apr, 2019 5 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* doc/org/tut22.org: Here. Suggested by Yannick Molinghen. * THANKS: Add him.
-
Alexandre Duret-Lutz authored
* doc/org/dstar2tgba.org: Simplify example now that the automaton is further reduced.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* doc/org/dstar2tgba.org: The RA2BA is not for state-based acceptance only.
-
- 31 Mar, 2019 1 commit
-
-
Alexandre Duret-Lutz authored
* spot/twaalgos/dot.cc: Implement support for hidding labels. * tests/core/readsave.test: Test it. * bin/common_aoutput.cc: Add --help text. * NEWS: Mention it.
-
- 30 Mar, 2019 2 commits
-
-
Alexandre Duret-Lutz authored
* spot/twaalgos/genem.cc: Simplify the code to be more aligned to the Python version in genem.py.
-
Alexandre Duret-Lutz authored
* spot/twaalgos/sccinfo.hh, spot/twaalgos/sccinfo.cc: Here. * spot/twaalgos/genem.cc: Use it. * python/spot/impl.i, python/spot/__init__.py: Add bindings. * tests/python/genem.py: Test it. * NEWS: Mention it.
-
- 29 Mar, 2019 1 commit
-
-
Alexandre Duret-Lutz authored
* spot/twa/acc.hh, spot/twa/acc.cc: Implement the new methods. * python/spot/impl.i: Add bindings for vectors of acc_cond. * tests/python/acc_cond.ipynb: Test the two methods. * NEWS: Adjust.
-
- 22 Mar, 2019 3 commits
-
-
Alexandre Duret-Lutz authored
Fixes #379. * spot/twaalgos/minimize.cc: Here. * tests/core/optba.test: Add test case provided by Rüdiger Ehlers. * NEWS: Mention the improvement.
-
Alexandre Duret-Lutz authored
Fixes #382. * spot/twaalgos/alternation.cc: Here. * tests/python/alternation.ipynb: Add test case. * NEWS: Mention it.
-
Alexandre Duret-Lutz authored
* spot/twa/acc.cc, spot/twa/acc.hh: Add the new functions. * python/spot/impl.i: Add bindings. * tests/python/acc_cond.ipynb: Add tests. * NEWS: Mention it.
-
- 20 Mar, 2019 2 commits
-
-
Alexandre Duret-Lutz authored
Fixes #381. * bin/autfilt.cc: Here. * tests/core/highlightstate.test: Test it. * NEWS: Mention it.
-
Alexandre Duret-Lutz authored
Fix issue #380. * bin/common_finput.cc: Erase a trailing \r. * tests/core/ltl2tgba2.test: Test it. * NEWS: Mention the fix.
-
- 19 Mar, 2019 1 commit
-
-
Alexandre Duret-Lutz authored
* tests/python/genem.py: Use SPOT_ON_ACC explicitely. * spot/twaalgos/genem.cc: Do not keep track of states. Don't check that the clauses of the disjuncts are Fin-less: they aren't (this was discovered while discussing with Jan and Fanda).
-
- 18 Mar, 2019 1 commit
-
-
Alexandre Duret-Lutz authored
* doc/org/install.org: Mention python-dev and libpython3-dev. Suggested by Tereza Šťastná. * THANKS: Add her.
-
- 17 Mar, 2019 5 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* NEWS, configure.ac, doc/org/setup.org: Bump version.
-
Alexandre Duret-Lutz authored
* spot/twaalgos/ltl2taa.cc: Here. * NEWS: Mention the issue.
-
Alexandre Duret-Lutz authored
* doc/org/tut.org, doc/org/tut12.org: Here.
-
- 16 Mar, 2019 7 commits
-
-
Alexandre Duret-Lutz authored
* doc/org/ltlfilt.org, doc/org/tut12.org: Add links.
-
Alexandre Duret-Lutz authored
Related to issue #377. * doc/org/tut12.org: New file. * doc/org/tut.org, doc/Makefile.am, NEWS: Add the new file.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* doc/org/spot.css: Use bold for "def", "from", "import". * doc/org/init.el.in: Prevent tabs from being inserted when the code is indented before export.
-
Alexandre Duret-Lutz authored
Fixes #376. * doc/org/tut52.org: New file. * doc/org/tut.org, doc/org/tut51.org: Link to it. * doc/Makefile.am: Add it.
-
Alexandre Duret-Lutz authored
Related to issue #376. * spot/kripke/kripkegraph.hh: Avoid indirect type definitions for the benefit of Swig. * python/spot/impl.i: Add bindings for iterators over kripke_graph states and edges. * tests/python/kripke.py: New file. * tests/Makefile.am: Add it. * NEWS: Update.
-
- 15 Mar, 2019 1 commit
-
-
Alexandre Duret-Lutz authored
* doc/org/ltlfilt.org, doc/org/tut12.org: Add links.
-
- 14 Mar, 2019 1 commit
-
-
Alexandre Duret-Lutz authored
Related to issue #377. * doc/org/tut12.org: New file. * doc/org/tut.org, doc/Makefile.am, NEWS: Add the new file.
-
- 27 Feb, 2019 2 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
Suggested by František Blahoudek. * spot/twaalgos/simulation.cc: When doing forward simulation with state-based acceptance as input but transition-based acceptance as output, pull acceptance marks on incoming edges instead of pushing them to outgoing edges. * tests/core/dra2dba.test, tests/core/exclusive-tgba.test, tests/core/ltlcrossce.test, tests/core/satmin3.test, tests/core/sim3.test, tests/python/satmin.ipynb: Adjust test cases. * NEWS: Mention the change.
-
- 25 Feb, 2019 3 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* doc/org/spot.css: Use bold for "def", "from", "import". * doc/org/init.el.in: Prevent tabs from being inserted when the code is indented before export.
-
Alexandre Duret-Lutz authored
Fixes #376. * doc/org/tut52.org: New file. * doc/org/tut.org, doc/org/tut51.org: Link to it. * doc/Makefile.am: Add it.
-
- 21 Feb, 2019 2 commits
-
-
Alexandre Duret-Lutz authored
Related to issue #376. * spot/kripke/kripkegraph.hh: Avoid indirect type definitions for the benefit of Swig. * python/spot/impl.i: Add bindings for iterators over kripke_graph states and edges. * tests/python/kripke.py: New file. * tests/Makefile.am: Add it. * NEWS: Update.
-
Alexandre Duret-Lutz authored
* NEWS: Update. * spot/twaalgos/genem.cc, spot/twaalgos/genem.hh, spot/twa/twa.cc: Update copyright years. * spot/twa/twa.hh: Update Doxygen documentation. * spot/twaalgos/sccinfo.cc, spot/twaalgos/sccinfo.hh: Simplify data structures, and fix failure of get_accepting_run() to compute accepting runs in SCC that are accepting due to the self-loop optimization of scc_info. * tests/python/highlighting.ipynb: Add three test cases.
-
- 14 Feb, 2019 3 commits
-
-
Make use of the generic accepting run search in twa::accepting_run() and twa::accepting_word(). * spot/twa/twa.cc: Here.
-
Implement an accepting run search in spot::sccinfo, use it with the generic emptiness check. * spot/twaalgos/sccinfo.cc, spot/twaalgos/sccinfo.hh: Here. * spot/twaalgos/genem.cc, spot/twaalgos/genem.hh: Use it. * tests/python/genem.py: Test it.
-
* HACKING: Missing "to", extraneous 's'. * spot/misc/timer.hh: Extraneous space. * spot/twa/acc.hh: Extraneous 's', typos. * spot/twaalgos/genem.hh: Typo. * spot/twaalgos/sccinfo.cc: Fix indentation. * spot/twaalgos/sccinfo.hh: Missing 's'. * tests/python/acc_cond.ipynb: Extraneous 'e', missing comma. * tests/python/decompose.ipynb: Extraneous 't'. * tests/python/ltsmin-dve.ipynb: Extraneous verb.
-