- 14 May, 2004 8 commits
-
-
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 2 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
- 10 May, 2004 10 commits
-
-
Alexandre Duret-Lutz authored
* src/sanity/Makefile.am (check-local): Run it. * src/ltlvisit/nenoform.cc, src/ltlvisit/tostring.cc, src/tgba/bdddict.cc, src/tgba/bddprint.cc, src/tgba/tgba.cc, src/tgba/tgbaproduct.cc, src/tgbaalgos/lbtt.cc, src/tgbaalgos/magic.cc, src/tgbaalgos/powerset.cc, src/tgbaalgos/reachiter.cc, src/tgbaalgos/gtec/ce.cc, src/tgbaalgos/gtec/gtec.cc, src/tgbatest/ltl2tgba.cc: Fix style issues reported by style.test.
-
Alexandre Duret-Lutz authored
src/ltlvisit/formlength.cc, src/ltlvisit/reducform.cc, src/ltlvisit/reducform.hh: Fix copyright year, these files were created in 2004.
-
Alexandre Duret-Lutz authored
* src/sanity/Makefile.am (check-local): Run it. * src/ltltest/equals.test, src/ltltest/lunabbrev.test, src/ltltest/nenoform.test, src/ltltest/parseerr.test src/ltltest/tunabbrev.test, src/ltlvisit/forminf.cc, src/tgbatest/explpro2.test, src/tgbatest/explpro3.test, src/tgbatest/explprod.test, src/tgbatest/spotlbtt.test, src/tgbatest/tripprod.test: Wrap long lines.
-
martinez authored
-
martinez authored
-
martinez authored
* src/ltltest/inf.test: Test some case of implies. * src/ltltest/inf.cc: Test some case of implies. * src/ltltest/reduc.test: Test reduction of a file of formula. * src/ltltest/reduc.cc: Test reduction of a formula. * src/ltlvisit/formlength.cc: Gives the lenght of a formula. * src/ltlvisit/forminf.cc: To know if a formula implies an other. * src/ltlvisit/basereduc.cc: Implement only basic reduction. * src/ltlvisit/reducform.cc: Implement reduction. * src/ltlvisit/reducform.hh: To reduce a formula.
-
martinez authored
-
Alexandre Duret-Lutz authored
fair_loop_approximation when branching postponement is not used.
-
Alexandre Duret-Lutz authored
branching postponement. * src/tgbaalgos/ltl2tgba_fm.cc (formula_canonizer): New class, with bits extracted from fill_dests and ltl_to_tgba_fm. (fill_dests, ltl_to_tgba_fm): Adjust to use formula_canonizer.
-
Alexandre Duret-Lutz authored
fair_loop_approx. * src/tgbaalgos/ltl2tgba_fm.cc (ltl_to_tgba_fm): Implement the fair_loop_approx optimization. (ltl_promise_visitor, ltl_possible_fair_loop_visitor, possible_fair_loop_checker): New classes. * src/tgbatest/ltl2tgba.cc: Add the -L option. * src/tgbatest/spotlbtt.test: Exercise fair_loop_approx. * wrap/python/cgi/ltl2tgba.in: Make it an option.
-
- 07 May, 2004 1 commit
-
-
Alexandre Duret-Lutz authored
branching_postponement. * src/tgbaalgos/ltl2tgba_fm.cc (fill_dests): New function, extracted from ltl_to_tgba_fm(). (ltl_to_tgba_fm): Implement the branching_postponement optimization. * src/tgbatest/ltl2tgba.cc: Add the -p option. * src/tgbatest/spotlbtt.test: Exercise branching postponement. * wrap/python/cgi/ltl2tgba.in: Make it an option.
-
- 04 May, 2004 2 commits
-
-
Alexandre Duret-Lutz authored
some GCC version. Report from Denis Poitrenaud.
-
Alexandre Duret-Lutz authored
-
- 03 May, 2004 1 commit
-
-
Alexandre Duret-Lutz authored
free all formulae entered into canonical_succ, to avoid errors when a formula is entered into canonical_succ but not into formulae_seen. * src/tgbatest/ltl2tgba.test: Add a new test, and check with -f. Report from Thomas Martinez.
-
- 23 Apr, 2004 4 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* HACKING: Update tools requirements. * src/sanity/Makefile.am (EXTRA_DIST): Distribute includes.test.
-
Alexandre Duret-Lutz authored
* src/Makefile.am (SUBDIRS): Add sanity. * configure.ac: Output src/sanity/Makefile.in.
-
Alexandre Duret-Lutz authored
(noinst_PROGRAMS): ... here. * iface/gspn/Makefile.am (check_PROGRAMS): Rename as ... (noinst_PROGRAMS): ... this.
-
- 22 Apr, 2004 2 commits
-
-
Alexandre Duret-Lutz authored
Report from Denis Poitrenaud.
-
Alexandre Duret-Lutz authored
when show_never_claim. Change the title to LTL-to-TGBA.
-
- 21 Apr, 2004 7 commits
-
-
Alexandre Duret-Lutz authored
version a separate variable.
-
Alexandre Duret-Lutz authored
never_claim_reachable, and cgi.escape its output. Lighten the color a bit.
-
Alexandre Duret-Lutz authored
src/tgba/bddprint.hh: Fix Doxygen comments.
-
Alexandre Duret-Lutz authored
arguments. * src/tgbaalgos/neverclaim.cc (never_claim_bfs::state_is_accepting): New method. (never_claim_bfs::get_state_label, never_claim_bfs::process_state): Use it.
-
Alexandre Duret-Lutz authored
the new variable dot_bgcolor.
-
Alexandre Duret-Lutz authored
using this new function.
-
Alexandre Duret-Lutz authored
* wrap/python/cgi/ltl2tgba.in: Display the never claim on demand.
-