- 22 Jul, 2004 1 commit
-
-
Alexandre Duret-Lutz authored
Reported by <Denis.Poitrenaud@lip6.fr> (failure on Cygwin).
-
- 20 Jul, 2004 1 commit
-
-
Alexandre Duret-Lutz authored
compatibility with valgrind 2.1.x. * src/ltltest/defs.in (VALGRIND): Likewise.
-
- 19 Jul, 2004 1 commit
-
-
Alexandre Duret-Lutz authored
definition visible even to non-GNU compilers.
-
- 16 Jul, 2004 4 commits
-
-
Alexandre Duret-Lutz authored
definition visible even to non-GNU compilers.
-
Alexandre Duret-Lutz authored
g++-3.4 complains it makes no sense in C++.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
Set size_ to 1 when stuttering is needed, so that done() does not return true immediately.
-
- 12 Jul, 2004 2 commits
-
-
Alexandre Duret-Lutz authored
left-recursive rules.
-
Alexandre Duret-Lutz authored
-
- 09 Jul, 2004 6 commits
-
-
Alexandre Duret-Lutz authored
example.
-
Alexandre Duret-Lutz authored
reduc_tgba_sim): Fix warnings about Doxygen comment. * src/ltlvisit/reduce.hh (reduce): Likewise.
-
Alexandre Duret-Lutz authored
* doc/Doxyfile.in (HTML_FOOTER): Use footer.html. * doc/Makefile.am (EXTRA_DIST): Add footer.html.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
- 08 Jul, 2004 2 commits
-
-
Alexandre Duret-Lutz authored
* src/tgbaalgos/lbtt.cc (state_acc_pair, state_acc_pair_equal, state_acc_pair_hash, acp_seen_map, todo_set, seen_map, fill_todo lbtt_reachable): Remove. (nonacceptant_lbtt_bfs): Rename as ... (lbtt_bfs): ... this, and adjust to output acceptance conditions on transitions. (nonacceptant_lbtt_reachable): Rename as ... (lbtt_reachable): ... this. * src/tgbaalgos/lbtt.hh (nonacceptant_lbtt_reachable): Delete. * src/tgbatest/ltl2tgba.cc: Suppress option "-T".
-
Alexandre Duret-Lutz authored
* src/tgbaalgos/gtec/ce.cc (counter_example::counter_example): Do not parenthesize the type after the new operator (g++ 3.4 complains). * src/tgbaalgos/dupexp.cc (dupexp_iter::process_state, dupexp_iter::declare_state): Use this->automata_instead of automata_. Local member automata_ inherited from template base classes must be prefixed or g++ 3.4 will not look them up (conforming to 14.6.2.3).
-
- 07 Jul, 2004 3 commits
-
-
Alexandre Duret-Lutz authored
* src/tgbatest/spotlbtt.test: Adjust config file syntax to please lbtt 1.1.0.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
comments. * iface/gspn/ssp.cc (emptiness_check_shy_ssp::find_state): Likewise. Soheib and I had a hard time figuring why we did this...
-
- 06 Jul, 2004 1 commit
-
-
Alexandre Duret-Lutz authored
* examples/calculator/, examples/internal/: Were renamed as ... * examples/bddcalc/, examples/bddtest/: ... these. * configure.ac: Adjust version and output Makefiles. * examples/Makefile.am (SUBDIRS): Adjust subdir renaming. * examples/cmilner/milner.c, examples/fdd/statespace.cxx: Were renamed as ... * examples/cmilner/cmilner.c, examples/fdd/fdd.cxx: ... these. * examples/cmilner/Makefile.am, examples/fdd/Makefile.am: Adjust accordingly. * src/Makefile.am (AM_CPPFLAGS): Define VERSION.
-
- 05 Jul, 2004 1 commit
-
-
martinez authored
src/tgbaalgos/reductgba_sim.cc, src/tgbaalgos/reductgba_sim.hh, src/tgbaalgos/reductgba_sim_del.cc: Remove some comments. * src/tgbatest/ltl2tgba.cc, src/tgbatest/reductgba.cc: Adjust ... * src/tgbatest/spotlbtt.test: More test (delayed simulation)
-
- 29 Jun, 2004 2 commits
-
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
-
- 28 Jun, 2004 4 commits
-
-
martinez authored
* src/tgbatest/reductgba.test: More Test. * src/tgbatest/ltl2tgba.cc: Adjust ... * src/tgbaalgos/reductgba_sim_del.cc, src/tgbaalgos/reductgba_sim.hh, src/tgbaalgos/reductgba_sim.cc: try to optimize. * src/tgba/tgbareduc.hh, src/tgba/tgbareduc.cc: Scc reduction and we remove some acceptance condition in scc which are not accepting. * src/ltlvisit/syntimpl.cc : Some case wasn't detect. * src/ltlvisit/basicreduce.cc: Case FGa || FGb = F(Ga | Gb) added. * src/ltltest/syntimpl.test: More Test. * src/ltltest/syntimpl.cc: Put the formula in negative normal form.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* examples/calculator/, examples/internal/: Were renamed as ... * examples/bddcalc/, examples/bddtest/: ... these. * configure.ac: Adjust version and output Makefiles. * examples/Makefile.am (SUBDIRS): Adjust subdir renaming. * examples/cmilner/milner.c, examples/fdd/statespace.cxx: Were renamed as ... * examples/cmilner/cmilner.c, examples/fdd/fdd.cxx: ... these. * examples/cmilner/Makefile.am, examples/fdd/Makefile.am: Adjust accordingly. * src/Makefile.am (AM_CPPFLAGS): Define VERSION.
-
Alexandre Duret-Lutz authored
-
- 25 Jun, 2004 1 commit
-
-
Alexandre Duret-Lutz authored
the simulations.
-
- 23 Jun, 2004 9 commits
-
-
Alexandre Duret-Lutz authored
(to_string_visitor::visitor(const atomic_prop*)): Use is_bare_word to better check which atomic proposition need to be quoted. * src/ltlparse/ltlscan.ll: Do not allow identifiers starting with F_ or G_. * src/ltltest/equals.test, src/ltltest/tostring.test: More tests.
-
Alexandre Duret-Lutz authored
bdd_format_accset to print the acceptance condition part of the state. That produces more readable output.
-
Alexandre Duret-Lutz authored
* wrap/python/spot.i: Wrap src/ltlvisite/reduce.hh.
-
Alexandre Duret-Lutz authored
extracted from ... * src/ltlvisit/lunabbrev.cc: ... this one, which now work as documented again. * src/ltlvisit/reduce.cc, src/ltlvisit/syntimpl.cc: Adjust to call simplify_f_g() in addition to unabbreviate_logic(). * src/ltlvisit/Makefile.am (ltlvisit_HEADERS, libltlvisit_la_SOURCES): Add simpfg.cc and simpfg.hh.
-
Alexandre Duret-Lutz authored
-
Alexandre Duret-Lutz authored
* src/ltlvisit/reduce.hh, src/ltlvisit/reduce.cc: ... this, to match the function name. * ltltest/equals.cc, ltltest/reduc.cc, ltlvisit/Makefile.am, tgbatest/ltl2tgba.cc, tgbatest/reductgba.cc: Adjust filenames.
-
Alexandre Duret-Lutz authored
Factorize.
-
Alexandre Duret-Lutz authored
* src/ltlvisit/reducform.hh: ... here. * src/ltlvisit/basereduc.cc: Rename as ... * src/ltlvisit/basicreduce.cc: ... this, to match the function name. * src/ltlvisit/Makefile.am (ltlvisit_HEADERS, libltlvisit_la_SOURCES): Adjust filenames. * src/ltlvisit/reducform.cc: Adjust includes.
-
Alexandre Duret-Lutz authored
2004-05-10.
-
- 22 Jun, 2004 2 commits
-
-
martinez authored
src/tgbaalgos/reductgba_sim.cc, src/tgbaalgos/reductgba_sim.hh src/tgbaalgos/reductgba_sim_del.cc, src/tgbatest/reduccmp.test, src/tgbatest/reductgba.cc: 80 columns and style.
-
Alexandre Duret-Lutz authored
-