Alexandre Duret-Lutz
1ceb0ed272
autfilt: fix simpification of exclusive AP
...
* bin/autfilt.cc: Here.
* tests/core/exclusive-tgba.test: Test it.
* NEWS: Mention the fix.
2016-04-29 12:08:32 +02:00
Alexandre Duret-Lutz
0b05a8f98b
* tests/python/ltsmin.ipynb: Remove some debugging code.
2016-04-22 20:22:55 +02:00
Alexandre Duret-Lutz
1d739d766f
python: export tgba_determinize
...
* python/spot/impl.i: Here.
* tests/python/automata.ipynb: Use it.
* NEWS: Mention it.
2016-04-22 20:22:55 +02:00
Etienne Renault
fcbb950c0f
Update list of dependencies.
...
* HACKING: Here.
2016-04-22 20:22:55 +02:00
Alexandre Duret-Lutz
188cb8e4ab
* tests/python/ltsmin.ipynb: Remove some debugging code.
2016-04-22 18:50:51 +02:00
Alexandre Duret-Lutz
33391798a3
python: export tgba_determinize
...
* python/spot/impl.i: Here.
* tests/python/automata.ipynb: Use it.
* NEWS: Mention it.
2016-04-22 18:50:51 +02:00
Etienne Renault
8641271cad
Update list of dependencies.
...
* HACKING: Here.
2016-04-22 14:37:08 +02:00
Alexandre Duret-Lutz
6acd03a142
doc: ltlcross is not only about Büchi anymore
...
* bin/man/ltlcross.x, doc/org/ltlcross.org, doc/org/tools.org: Fix
one-line summaries.
2016-04-21 19:41:11 +02:00
Alexandre Duret-Lutz
2b5516ba66
* bin/autfilt.cc: Typos in --help.
2016-04-21 19:40:59 +02:00
Alexandre Duret-Lutz
9d5d1dc8dd
doc: ltlcross is not only about Büchi anymore
...
* bin/man/ltlcross.x, doc/org/ltlcross.org, doc/org/tools.org: Fix
one-line summaries.
2016-04-21 17:13:13 +02:00
Alexandre Duret-Lutz
e50ff35d0f
autfilt: add options to filter by SCC count and types
...
* bin/autfilt.cc: Implement those options.
* NEWS: Mention them.
* doc/org/randaut.org: Add a quick example.
* tests/core/strength.test: Add some basic tests.
* tests/core/acc_word.test: Adjust options abbreviations.
2016-04-21 16:56:45 +02:00
Alexandre Duret-Lutz
b79e307258
* bin/autfilt.cc: Typos in --help.
2016-04-21 14:43:32 +02:00
Alexandre Duret-Lutz
7d930359c1
ltldo: add option --errors
...
* bin/ltldo.cc: Implement --errors.
* tests/core/ltldo.test: Test it.
* NEWS: Mention it.
2016-04-21 14:39:56 +02:00
Alexandre Duret-Lutz
370ac51b6b
docyment make_emptiness_check_instantiator()
...
Fixes #161 , reported by Yann Thierry-Mieg.
* spot/twaalgos/emptiness.hh: Here.
* NEWS: Mention it.
2016-04-21 08:58:44 +02:00
Alexandre Duret-Lutz
adb99869cc
bitvect: tweak to please icc
...
This allows bitvect.hh to compile with icpc 16.0.2, but the whole
project does not yet compile due to a bug in 16.0.2 that prevents
compilation of unordered_map::emplace() from the STL shipped with GCC
5.3.1.
* spot/misc/bitvect.hh: adjust friend declarations.
2016-04-21 08:58:38 +02:00
Alexandre Duret-Lutz
f904c0e05c
docyment make_emptiness_check_instantiator()
...
Fixes #161 , reported by Yann Thierry-Mieg.
* spot/twaalgos/emptiness.hh: Here.
* NEWS: Mention it.
2016-04-20 21:39:54 +02:00
Alexandre Duret-Lutz
2c68842a5a
bitvect: tweak to please icc
...
This allows bitvect.hh to compile with icpc 16.0.2, but the whole
project does not yet compile due to a bug in 16.0.2 that prevents
compilation of unordered_map::emplace() from the STL shipped with GCC
5.3.1.
* spot/misc/bitvect.hh: adjust friend declarations.
2016-04-20 19:41:47 +02:00
Alexandre Duret-Lutz
7c7f0df8a8
check_strength(): also check negated properties
...
The test is in the patch introducing HOA 1.1 output.
* spot/twaalgos/strength.cc: Here.
* NEWS: Mention the bug.
2016-04-20 15:27:28 +02:00
Alexandre Duret-Lutz
f50486b4cf
parseaut: fix parsing of /*****/
...
* spot/parseaut/scanaut.ll: Here.
* tests/core/strength.test: Add a test.
* NEWS: Mention the bug.
2016-04-20 15:27:28 +02:00
Alexandre Duret-Lutz
7144efabb9
hoa: add option to output version 1.1
...
* spot/twaalgos/hoa.cc: Implement the option.
* bin/common_aoutput.cc, doc/org/hoa.org,
doc/org/oaut.org, spot/twaalgos/hoa.hh, NEWS: Document it.
* tests/core/strength.test: Test that.
2016-04-20 15:23:55 +02:00
Alexandre Duret-Lutz
fd33eedf4b
check_strength(): also check negated properties
...
The test is in the patch introducing HOA 1.1 output.
* spot/twaalgos/strength.cc: Here.
* NEWS: Mention the bug.
2016-04-20 15:23:20 +02:00
Alexandre Duret-Lutz
ae82f1a85d
parseaut: fix parsing of /*****/
...
* spot/parseaut/scanaut.ll: Here.
* tests/core/strength.test: Add a test.
* NEWS: Mention the bug.
2016-04-20 15:23:07 +02:00
Alexandre Duret-Lutz
134982c08b
Typo in --help output
...
* bin/common_aoutput.cc: Fix --help output for -Hk.
* NEWS: Mention it.
2016-04-18 21:20:38 +02:00
Alexandre Duret-Lutz
5185844d8a
* NEWS, configure.ac: Bump version number.
2016-04-18 21:16:46 +02:00
Alexandre Duret-Lutz
17c57b5272
Typo in --help output
...
* bin/common_aoutput.cc: Fix --help output for -Hk.
* NEWS: Mention it.
2016-04-18 17:43:37 +02:00
Alexandre Duret-Lutz
7006ef492b
* NEWS, configure.ac: Bump version number.
2016-04-11 09:59:11 +02:00
Alexandre Duret-Lutz
96a2a13c85
Release Spot 2.0
...
* configure.ac, doc/org/setup.org, NEWS: Update version number.
2016-04-11 06:52:12 +02:00
Alexandre Duret-Lutz
ab20585180
* spot/graph/graph.hh: Typo in comment.
2016-04-10 18:05:46 +02:00
Alexandre Duret-Lutz
a6afaf3d9d
adjust for recent renaming of valid_trans()
...
* spot/kripke/kripkegraph.hh, spot/twa/twagraph.hh: Call
is_valid_edge() instead.
* NEWS: Mention the renaming.
2016-04-10 17:22:26 +02:00
Alexandre Duret-Lutz
fb6cc0dff7
* doc/org/concepts.org: Fix reference to BuDDy.
2016-04-10 14:11:49 +02:00
Alexandre Duret-Lutz
9d6941f038
* spot/graph/graph.hh: More Doxygen comments.
2016-04-10 14:11:36 +02:00
Alexandre Duret-Lutz
5e47d4df38
update some URLs to skip permanent redirections
...
* doc/org/concepts.org, doc/org/ltlcross.org, doc/org/ltldo.org,
python/ajax/trans.html, tools/man2html.pl: Update URLs.
2016-04-10 12:16:28 +02:00
Alexandre Duret-Lutz
868f2634f8
org: document automata properties
...
Fixes #157 .
* doc/org/concepts.org: Document the properties.
* doc/org/hoa.org: Link to it.
* NEWS: Mention the change.
2016-04-10 11:33:46 +02:00
Alexandre Duret-Lutz
4299517c8d
org: add picture for the architecture
...
* doc/org/arch.tex: New file.
* doc/Makefile.am: Compile it.
* doc/org/concepts.org: Show it.
2016-04-10 10:04:14 +02:00
Alexandre Duret-Lutz
949638930b
* NEWS: Mention recent python changes.
2016-04-09 10:14:31 +02:00
Alexandre Duret-Lutz
59e1f6a339
ltlfilt: implement --reject-word and --accept-word
...
* bin/common_range.hh: Store the common definition of words.
* bin/autfilt.cc: Use it.
* bin/ltlfilt.cc: Likewise, and implement those two options.
* tests/core/acc_word.test: Test them.
* doc/org/autfilt.org: Augment the last example to point out
that it can now be done with ltlfilt.
* NEWS: Mention the new options.
2016-04-09 10:10:41 +02:00
Alexandre Duret-Lutz
901f287032
python: add prints for atomic_prop_set
...
Fixes #159 .
* python/spot/ltsmin.i: Here.
* python/spot/impl.i: Disable duplicate instantiation.
* tests/python/ltsmin.ipynb: Test it.
2016-04-08 23:01:07 +02:00
Alexandre Duret-Lutz
e429e2f056
* tests/sanity/style.test: Cancel set -x.
2016-04-08 22:34:17 +02:00
Alexandre Duret-Lutz
ed3b58c99c
let ltsmin.model.kripke() take the output of atomic_prop_collect()
...
Fixes #160 .
* spot/tl/formula.hh (formula::ap): New specialization.
* tests/python/ltsmin.ipynb: Test it.
2016-04-08 22:33:48 +02:00
Alexandre Duret-Lutz
a4f111f342
* spot/tl/formula.hh: More doxygen comments for fnode.
2016-04-01 18:26:27 +02:00
Alexandre Duret-Lutz
50c2192edf
tests: correctly declare word.ipynb
...
Fixes #158 , reported by Laurent Xu.
* tests/Makefile.am (TESTS_python): Move word.ipynb...
(TESTS_ipython): ... here.
2016-03-17 18:07:45 +01:00
Alexandre Duret-Lutz
d8a9737f02
* NEWS, configure.ac: Bump version to 1.99.9a.
2016-03-13 16:54:23 +01:00
Alexandre Duret-Lutz
54d6507fc2
Release Spot 1.99.9.
...
* NEWS, configure.ac, doc/org/setup.org: Bump version.
2016-03-13 16:45:08 +01:00
Alexandre Duret-Lutz
2402c2141d
Mark more classes are final.
...
Fixes #42 .
* bench/stutter/stutter_invariance_formulas.cc, bin/autfilt.cc,
bin/common_output.cc, bin/dstar2tgba.cc, bin/ltl2tgba.cc,
bin/ltl2tgta.cc, bin/ltlcross.cc, bin/ltldo.cc, bin/ltlfilt.cc,
bin/ltlgrind.cc, spot/misc/intvcmp2.cc, spot/misc/intvcomp.cc,
spot/taalgos/dot.cc, spot/taalgos/statessetbuilder.cc,
spot/taalgos/stats.cc, spot/tl/relabel.cc, spot/tl/simplify.cc,
spot/tl/snf.cc, spot/twa/bdddict.cc, spot/twa/twaproduct.cc,
spot/twaalgos/degen.cc, spot/twaalgos/determinize.cc,
spot/twaalgos/dot.cc, spot/twaalgos/emptiness.cc,
spot/twaalgos/gtec/ce.cc, spot/twaalgos/ltl2tgba_fm.cc,
spot/twaalgos/magic.cc, spot/twaalgos/neverclaim.cc,
spot/twaalgos/se05.cc, spot/twaalgos/simulation.cc,
spot/twaalgos/tau03.cc, spot/twaalgos/tau03opt.cc: Add final.
2016-03-13 16:03:39 +01:00
Alexandre Duret-Lutz
8814f16637
* python/ajax/spotcgi.in: Fix error message.
2016-03-13 15:10:04 +01:00
Alexandre Duret-Lutz
e081926885
* spot/twaalgos/word.hh: Add documentation.
2016-03-13 15:06:52 +01:00
Alexandre Duret-Lutz
8bc10dea82
* tests/core/ikwiad.cc: Rewrite the help text without std::endl.
2016-03-13 13:37:34 +01:00
Alexandre Duret-Lutz
546fa92a5d
* spot/tl/formula.hh (binop): Fix Doxygen comment.
2016-03-12 19:43:45 +01:00
Alexandre Duret-Lutz
1287525afa
* doc/org/autfilt.org: Add missing text.
2016-03-10 18:32:39 +01:00
Laurent XU
81333df2c3
* python/Makefile.am: Fix Makefile's targets in separated folder.
2016-03-10 17:40:46 +01:00