spot/src/tgbaalgos
Alexandre Duret-Lutz 982c5efc6c * src/ltltest/Makefile.am (AM_CXXFLAGS): New variable.
* tgba/bdddict.hh (bdd_dict::register_propositions,
bdd_dict::register_accepting_variables): New methods.
* src/bdddict.cc: Likewise.
* tgba/tgbaexplicit.cc (tgba_explicit::add_conditions,
tgba_explicit::add_accepting_conditions): New methods.
(tgba_explicit::get_init_state): Add an "empty" initial
state to empty automata.
* tgba/tgbaexplicit.hh: (tgba_explicit::add_conditions,
tgba_explicit::add_accepting_conditions): New methods.
* tgbaalgos/Makefiles.am (tgbaalgos_HEADERS, libtgbaalgos_la_SOURCES):
Add dupexp.hh and dupexp.cc.
* tgbaalgos/dupexp.hh, tgbaalgos/dupexp.cc: New files.
* tgbatest/Makefile.am (AM_CXXFLAGS): New variable.
(check_SCRIPTS): Add dupexp.test.
(CLEANFILES): Add output1 and output2.
* tgbatest/dupexp.test: New file.
* tgbatest/ltl2tgba.cc: Handle -s and -S.
* tgbatest/tgbaread.cc: Remove unused variable exit_code.
2003-11-14 16:44:12 +00:00
..
.cvsignore * src/Makefile.am (SUBDIRS): Add tgbaalgos. 2003-05-26 13:50:54 +00:00
dotty.cc * wrap/python/cgi/ltl2tgba.in: Convert GIFs to PNGs. Restrict 2003-08-07 12:14:01 +00:00
dotty.hh Homogenize passing of automata as pointers, not references. 2003-07-14 22:20:35 +00:00
dupexp.cc * src/ltltest/Makefile.am (AM_CXXFLAGS): New variable. 2003-11-14 16:44:12 +00:00
dupexp.hh * src/ltltest/Makefile.am (AM_CXXFLAGS): New variable. 2003-11-14 16:44:12 +00:00
emptinesscheck.cc * src/tgbaalgos/emptinesscheck.cc (emptiness_check::complete_cycle): 2003-11-13 17:17:40 +00:00
emptinesscheck.hh * src/tgbaalgos/emptinesscheck.cc (emptiness_check::complete_cycle): 2003-10-28 16:05:56 +00:00
lbtt.cc * src/tgba/state.hh (state_ptr_less_than, state_ptr_equal): 2003-09-30 16:02:34 +00:00
lbtt.hh Homogenize passing of automata as pointers, not references. 2003-07-14 22:20:35 +00:00
ltl2tgba_fm.cc Rewrite all std::map<const formula*, ...> as 2003-08-28 16:59:11 +00:00
ltl2tgba_fm.hh This implements Couvreur's FM'99 ltl2tgba translation. 2003-08-15 01:33:09 +00:00
ltl2tgba_lacim.cc * src/tgbaalgos/ltl2tgba.cc, src/tgbaalgos/ltl2tgba.hh: Rename as ... 2003-09-22 15:54:34 +00:00
ltl2tgba_lacim.hh * src/tgbaalgos/ltl2tgba.cc, src/tgbaalgos/ltl2tgba.hh: Rename as ... 2003-09-22 15:54:34 +00:00
magic.cc * src/tgba/state.hh (state::hash): New method. 2003-08-29 15:54:31 +00:00
magic.hh * src/tgba/state.hh (state::hash): New method. 2003-08-29 15:54:31 +00:00
Makefile.am * src/ltltest/Makefile.am (AM_CXXFLAGS): New variable. 2003-11-14 16:44:12 +00:00
reachiter.cc * src/tgba/state.hh (state::hash): New method. 2003-08-29 15:54:31 +00:00
reachiter.hh * src/tgba/state.hh (state::hash): New method. 2003-08-29 15:54:31 +00:00
save.cc * src/tgba/tgbaexplicit.cc (tgba_explicit::all_accepting_conditions) 2003-08-29 15:48:23 +00:00
save.hh Homogenize passing of automata as pointers, not references. 2003-07-14 22:20:35 +00:00