- 25 May, 2004 8 commits
-
-
Alexandre Duret-Lutz authored
useless includes.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
previous change.
-
Alexandre Duret-Lutz authored
(reduce_options): ... this, and use it as a bit field so option can be combined easily. (reduce): Adjust argument. (reduce_form): Remove, not needed anymore. * src/ltlvisit/reducform.cc, src/ltltest/reduc.cc, src/tgbatest/ltl2tgba.cc: Adjust.
-
Alexandre Duret-Lutz authored
* src/sanity/80columns.test: Untabify files. * iface/gspn/ltlgspn.cc, src/ltlvisit/basereduc.cc: Fix long lines.
-
Alexandre Duret-Lutz authored
src/ltlvisit/forminf.cc: Remove superfluous spot::ltl:: prefixes.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
- 24 May, 2004 6 commits
-
-
Alexandre Duret-Lutz authored
* src/ltlvisit/reducform.cc, src/ltlvisit/forminf.cc: Fix style.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
and style.test.
-
Alexandre Duret-Lutz authored
* src/ltltest/formulae.txt: New files (2200 LTL formulea generated by Wring). * src/ltltest/formules.ltl: Delete. * src/reduc.test: Read formulae.txt.
-
Alexandre Duret-Lutz authored
the `inclusion' flag. * iface/gspn/ssp.cc (gspn_ssp_interface::gspn_ssp_interface): Call inclusion_version when inclusion is set. * iface/gspn/ltlgspn.cc (main) [SSP]: Turn on inclusion for -e3, -e4, and -e5.
-
- 21 May, 2004 3 commits
-
-
Alexandre Duret-Lutz authored
and dead_prop from the dead argument passed to the constructor. (tgba_succ_iterator_gspn): Stutter on dead transitions. (tgba_gspn::tgba_gspn): Hand dead to tgba_gspn_private_. (gspn_interface::gspn_interface): Hand dead to tgba_gspn. * iface/gspn/gspn.hh (gspn_interface::gspn_interface): Take a dead argument. * iface/gspn/ltlgspn.cc [!SSP]: Add a option -d to specify the dead property. * iface/gspn/udcseltl.test: Try option -d.
-
Alexandre Duret-Lutz authored
* iface/gspn/gspn.cc, iface/gspn/ssp.cc: Fix style.
-
Alexandre Duret-Lutz authored
* iface/gspn/dcswaveltl.test, iface/gspn/dcswavefm.test, iface/gspn/dcswaveeltl.test, iface/gspn/udcsltl.test, iface/gspn/udcseltl.test, iface/gspn/udcsfm.test, iface/gspn/udcsefm.test: Wrap to fit 80 columns.
-
- 18 May, 2004 2 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
documentation in $(srcdir) since it is distributed. * doc/Doxyfile.in (HTML_OUTPUT): Likewise. Upgrade to Doxygen 1.3.7.
-
- 17 May, 2004 8 commits
-
-
martinez authored
-
martinez authored
* src/ltlvisit/reducform.cc (spot), src/ltltest/inf.cc, src/ltltest/reduc.cc (main), src/ltlvisit/reducform.hh, src/tgbatest/ltl2tgba.cc (main): More option. * src/ltltest/inf.test: More test.
-
Alexandre Duret-Lutz authored
for fdd_extdomain. Define const_int_ptr and use it for fdd_vars.
-
Alexandre Duret-Lutz authored
(bdd_allocator::bdd_allocator): Adjust. (bdd_allocator::extvarnum): Always call bdd_varnum(), so that it doesn't matter if the number of variable has been augmented externally. * src/misc/bddalloc.hh (bdd_allocator::varnum): Suppress.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* sanity/style.test: Diagnose semicolons with leading spaces.
-
Alexandre Duret-Lutz authored
Also avoid node_type_form_visitor where a dynamic_cast is done.
-
- 14 May, 2004 9 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* sanity/style.test: More tests.
-
Alexandre Duret-Lutz authored
* HACKING: Mention `else if'.
-
Alexandre Duret-Lutz authored
space before colon, and do not output the top-level formula using Spin's syntax.
-
martinez authored
-
martinez authored
* src/ltlvisit/lunabbrev.cc (spot): Nothing change. * src/tgbatest/ltl2tgba.cc (main): More option to reduce formula. * src/tgbatest/spotlbtt.test: One more test.
-
Alexandre Duret-Lutz authored
to_string_visitor): Do not parenthesize the top-level formula. * tgbatest/explicit.test, tgbatest/explpro2.test, tgbatest/explpro3.test, tgbatest/explprod.test, tgbatest/readsave.test, tgbatest/tgbaread.test, tgbatest/tripprod.test: Adjust expected output. * sanity/style.test: Fix regexes to catch an error seen in tostring.cc.
-
Alexandre Duret-Lutz authored
Do not try to erase state that are not found in H. Report from Soheib Baarir.
-
Alexandre Duret-Lutz authored
* src/ltltest/Makefile.am (CLEANFILES): Clean result.data.
-
- 13 May, 2004 3 commits
-
-
martinez authored
* src/ltltest/inf.test: More test. * src/ltlvisit/basereduc.cc, src/ltlvisit/forminf.cc (spot): Use dynamic_cast. * src/ltlvisit/reducform.cc, src/ltlvisit/reducform.hh, src/ltltest/reduc.test, src/ltltest/reduc.cc: Add an option to choose which rules applies to simplify the formula.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
(subformula): Recognize `ATOMIC_PROP OP_POST_POS' and `ATOMIC_PROP OP_POST_NEG'. * src/ltlparse/ltlscan.ll: Introduce the not_prop start condition, to restrict the set of atomic propositions allowed in places where they are not expected. Make `true' and `false' case insensitive. * src/ltltest/parse.test, src/ltltest/tostring.test: More cases. * src/ltlvisit/tostring.cc (to_string_visitor): Quote atomic propositions equal to "true" or "false".
-
- 11 May, 2004 1 commit
-
-
Alexandre Duret-Lutz authored
-