- 21 Feb, 2004 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 20 Feb, 2004 5 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
add a "dot source" source behind each picture instead. Do not run `dot' on big automata.
-
Alexandre Duret-Lutz authored
in comment. Skip false transitions, and do not compute sub-formulae reachable only via false transitions.
-
Alexandre Duret-Lutz authored
yesterday's change. This optimization is NOT covered by exprop. In fact it could be generalized.
-
- 19 Feb, 2004 2 commits
-
-
Alexandre Duret-Lutz authored
cond_for_true optimization. It is covered by exprop.
-
Alexandre Duret-Lutz authored
Fix reference to Oddoux's thesis.
-
- 16 Feb, 2004 4 commits
-
-
Alexandre Duret-Lutz authored
symb_merge argument. * src/tgbaalgos/ltl2tgba_fm.cc (ltl_to_tgba_fm): Likewise. * src/tgbatest/ltl2tgba.cc (main): Rename -fx as -x, and add -y to unset symb_merge. * wrap/python/cgi/ltl2tgba.in: Remove the exprop version of the FM translator, make exprop and symb_merge options.
-
Alexandre Duret-Lutz authored
suppress the GFy optimisation introduced on 2003-11-26, it is generalized by the identification of states with same symbolic rewriting introduced on 2004-02-02.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
- 13 Feb, 2004 1 commit
-
-
Alexandre Duret-Lutz authored
closed.
-
- 12 Feb, 2004 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 11 Feb, 2004 2 commits
-
-
Alexandre Duret-Lutz authored
filename for the formula. Merge the transitions of automata read with -X. * src/tgbatest/spotlbtt.test: Add many disabled algorithms. It is convenient to reuse the `config' file created by this test when making statistics. * src/tgbatest/ltl2baw.pl: New file. * src/tgbatest/Makefile.am (EXTRA_DIST): Add ltl2baw.pl.
-
Alexandre Duret-Lutz authored
Define as && and || as in Spin. * src/SpotWrapper.hh: Update by email.
-
- 10 Feb, 2004 2 commits
-
-
Alexandre Duret-Lutz authored
* HACKING: Update versions.
-
Alexandre Duret-Lutz authored
argument. Consider all possible combinations of propositions when generating arcs. Suggested by Jean-Michel Couvreur. * src/tgbaalgos/ltl2tgba_fm.hh (ltl_to_tgba_fm): Adjust. * src/tgbatest/ltl2tgba.cc: Honor -fx. * src/tgbatest/spotlbtt.test: Exercise -fx. * wrap/python/cgi/ltl2tgba.in: Support Couvreur/FM with exploded properties.
-
- 09 Feb, 2004 2 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
showing formula. * wrap/python/cgi/README: Mention unique_id.
-
- 08 Feb, 2004 1 commit
-
-
Alexandre Duret-Lutz authored
formula automaton and the synchronized product) from LBTT. Idea from Jean-Michel Couvreur. * src/tgbaalgos/lbtt.cc (nonacceptant_lbtt_bfs): New class. (nonacceptant_lbtt_reachable): New function. * src/tgbaalgos/lbtt.hh (nonacceptant_lbtt_reachable): New function. * src/tgbatest/ltl2tgba.cc (main): Call nonacceptant_lbtt_reachable if the -T option is used. * src/tgbatest/spotlbtt.test: Setup the -T variants, disabled by default.
-
- 05 Feb, 2004 2 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
- 04 Feb, 2004 1 commit
-
-
Alexandre Duret-Lutz authored
* wrap/python/cgi/ltl2tgba.in (print_footer, alarm_handler) (reset_alarm): New functions. Kill the script and its children if it runs for too long. (render_dot): Call reset_alarm.
-
- 03 Feb, 2004 3 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
with IE, Safari, konqueror, ... None of these support rules="groups" frame="border" properly (Mozilla is OK).
-
Alexandre Duret-Lutz authored
-
- 02 Feb, 2004 13 commits
-
-
Alexandre Duret-Lutz authored
to stdout early.
-
Alexandre Duret-Lutz authored
the number of acceptance conditions.
-
Alexandre Duret-Lutz authored
wrap/python/tests/ltl2tgba.py, wrap/python/tests/ltlparse.py, wrap/python/tests/ltlsimple.py: Specify coding system to accommodate newer Python versions.
-
Alexandre Duret-Lutz authored
* wrap/python/spot.i: Include misc/bddalloc.hh and misc/minato.hh. * wrap/python/tests/minato.py: New file. * wrap/python/tests/Makefile.am (TESTS): Add minato.py.
-
Alexandre Duret-Lutz authored
src/tgbatest/ltl2tgba.cc, src/tgbatest/ltlprod.cc, src/tgbatest/mixprod.cc, src/tgbatest/powerset.cc, src/tgbatest/readsave.cc, src/tgbatest/tgbaread.cc, src/tgbatest/tripprod.cc: Add missing copyright license.
-
Alexandre Duret-Lutz authored
with dot, without using convert. * wrap/python/cgi/README: Do not mention convert.
-
Alexandre Duret-Lutz authored
(render_bdd): New functions, extracted from the rest of the code.
-
Alexandre Duret-Lutz authored
to trans_fm. (translators): Show trans_fm before trans_lacim.
-
Alexandre Duret-Lutz authored
it to display the size of the generalized and degeneralized automata.
-
Alexandre Duret-Lutz authored
* src/tgbalagos/Makefile.am: Add them. * wrap/python/spot.i: Include src/tgbalagos/dupexp.hh and src/tgbalagos/stats.hh
-
Alexandre Duret-Lutz authored
with identical successors. This optimizes the translation of `a R (b R c)', for instance. * src/tgbatest/ltl2tgba.test: Add two new tests.
-
Alexandre Duret-Lutz authored
with identical successors. This optimizes the translation of `a R (b R c)', for instance. * src/tgbatest/ltl2tgba.test: Add two new tests.
-
Alexandre Duret-Lutz authored
with identical successors. This optimizes the translation of `a R (b R c)', for instance. * src/tgbatest/ltl2tgba.test: Add two new tests.
-