- 26 Oct, 2022 2 commits
-
-
Alexandre Duret-Lutz authored
* NEWS, configure.ac, doc/org/setup.org: Bump version to 2.11.2.
-
Alexandre Duret-Lutz authored
because we remove ids using svgo... * doc/org/spot2.svg, doc/org/spot.css: Animate the verison using a class.
-
- 25 Oct, 2022 4 commits
-
-
Alexandre Duret-Lutz authored
* bench/stutter/stutter_invariance_formulas.cc, bin/autcross.cc, bin/autfilt.cc, bin/dstar2tgba.cc, bin/genaut.cc, bin/genltl.cc, bin/ltl2tgba.cc, bin/ltl2tgta.cc, bin/ltlcross.cc, bin/ltldo.cc, bin/ltlfilt.cc, bin/ltlsynt.cc, bin/randaut.cc, bin/randltl.cc, bin/spot-x.cc, bin/spot.cc, tests/ltsmin/modelcheck.cc: Here.
-
Alexandre Duret-Lutz authored
* spot/twaalgos/relabel.cc (relabel_here): This function has multiple exit paths, and none of them were calling bdd_freepair. Use a unique_ptr to ensure that.
-
Alexandre Duret-Lutz authored
* src/bddx.h (std::default_deleter<bddPair>): Here.
-
Alexandre Duret-Lutz authored
Doing so reduced the number of GC passes tested in bdd.test, which is good. * spot/twaalgos/ltl2tgba_fm.cc: Simplify minato loops with bdd_restrict. * spot/twaalgos/synthesis.cc (split_2step): Use bdd_restrict instead of bdd_appex. * tests/core/bdd.test, tests/core/ltlf.test: Adjust test cases.
-
- 19 Oct, 2022 2 commits
-
-
Alexandre Duret-Lutz authored
Based on a request from Pierre Ganty. * spot/twaalgos/stats.cc, spot/twaalgos/stats.hh, bin/common_aoutput.cc, bin/common_aoutput.hh: Implement those options. * tests/core/format.test: Add test case. * doc/org/autfilt.org: Update doc. * NEWS: Mention them.
-
Alexandre Duret-Lutz authored
-
- 18 Oct, 2022 1 commit
-
-
Alexandre Duret-Lutz authored
* .mailmap: New file, to fix email inconsistencies.
-
- 17 Oct, 2022 2 commits
-
-
Alexandre Duret-Lutz authored
* spot/twaalgos/parity.cc, spot/twaalgos/parity.hh: Add a reduce_parity_data class for access to the vectors of colors computed by reduce_parity. * python/spot/impl.i: Add bindings for std::vector<int>.
-
Alexandre Duret-Lutz authored
* spot/twaalgos/parity.cc: Implement it. * spot/twaalgos/parity.hh, NEWS: Document it. * tests/python/parity.ipynb: Demonstrate it. This is the only test so far, but more uses are coming.
-
- 14 Oct, 2022 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 13 Oct, 2022 3 commits
-
-
Alexandre Duret-Lutz authored
* spot/tl/relabel.cc (formula_to_fgraph): Do not assume that n-ary operators are Boolean operators. * tests/python/relabel.py: Add a test case found while discussing some expression with Antoine Martin. * NEWS: Mention it.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
- 11 Oct, 2022 5 commits
-
-
Alexandre Duret-Lutz authored
Fixes #520, reported by Fangyi Zhou. * spot/Makefile.am (libspot.pc): Substitute @LIBSPOT_PTHREAD@. * THANKS: Add Fangyi Zhou.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* doc/org/init.el.in (spot-svg-output-as-object): New function.
-
Alexandre Duret-Lutz authored
* spot/graph/graph.hh, spot/ltsmin/spins_kripke.hxx, spot/mc/bloemen.hh, spot/mc/lpar13.hh, spot/twaalgos/determinize.cc: Here.
-
Alexandre Duret-Lutz authored
* spot/twaalgos/alternation.cc, spot/twaalgos/dualize.cc, spot/twaalgos/simulation.cc, spot/twaalgos/toweak.cc: Here.
-
- 10 Oct, 2022 5 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* NEWS, configure.ac, doc/org/setup.org: Update.
-
Alexandre Duret-Lutz authored
This prevented the Spot website to regenerate. Should fix #516 once we release 2.11.1. * .gitlab-ci.yml (publish-stable): Upload changes for amd64 and i386, not just the later.
-
Alexandre Duret-Lutz authored
Fixes #515. * doc/org/install.org: Here.
-
Alexandre Duret-Lutz authored
Fixes #515, reported by Yuri Victorovich. * spot/twaalgos/hoa.hh: Include <unordered_map>.
-
- 08 Oct, 2022 4 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* NEWS, configure.ac, doc/org/setup.org: Update version.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* .gitlab-ci.yml (publish-rpm, publish-stable, publish-unstable): Use the latest files and clean things up after publication.
-
- 07 Oct, 2022 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 05 Oct, 2022 2 commits
-
-
Alexandre Duret-Lutz authored
this patch failed on i386 and on Raspberry. * spot/twaalgos/translate.cc: Clear. * spot/twaalgos/postproc.cc: Call reduce_parity_here in more cases.
-
Alexandre Duret-Lutz authored
* spot/twaalgos/translate.cc: When producing Parity output, split LTL as we do in the Generic case. * spot/twaalgos/postproc.hh, spot/twaalgos/postproc.cc: Use acd_transform() and add an "acd" option to disable this. * bin/spot-x.cc, NEWS: Document this. * tests/core/genltl.test, tests/core/minusx.test, tests/core/parity2.test: Adjust test cases for improved outputs.
-
- 04 Oct, 2022 2 commits
-
-
Alexandre Duret-Lutz authored
For issue #512 * README: Update instructions. * configure.ac: Add some code to warn if Python files will be installed in a place that is not searched up by default. Add --with-pythondir support. * NEWS: Mention --with-pythondir.
-
Alexandre Duret-Lutz authored
* tests/python/toparity.py: Augment test cases.
-
- 03 Oct, 2022 6 commits
-
-
Alexandre Duret-Lutz authored
* tests/core/randtgba.cc: Test the ar:form_stack variants.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* tests/core/ltlsynt.test: Here.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Florian Renkin authored
* spot/twaalgos/dot.cc: here * tests/python/mealy.py: add test
-