No description
Find a file
Alexandre Duret-Lutz 3f0e95f061 * src/tgba/succiter.hh (tgba_succ_iterator::current_state):
Return a state*, not a state_bdd.
* src/tgba/succiterconcrete.hh
(tgba_succ_iterator_concrete::current_state): Return a state_bdd*,
not a state_bdd.
* src/tgba/state.hh (state::as_bdd): New abstract method.
* src/tgba/statebdd.hh (state_bdd::as_bdd): Move definitions ...
* src/tgba/statebdd.cc (state_bdd::as_bdd): ... here.
* src/tgba/tgba.hh: Add Doxygen comments.
(tgba::succ_iter, tgba::get_init_state): Use state*, not state_bdd.
* src/tgba/tgbabddconcrete.hh (tgba_bdd_concrete::get_init_state):
Return a state_bdd*, not a state_bdd.
(tgba_bdd_concrete::get_init_bdd): New method.
(tgba_bdd_concrete::succ_uter): Take a state* as argument.
* src/tgba/tgbabddconcrete.cc: Likewise.
* src/tgba/tgbabddtranslatefactory.cc
(tgba_bdd_translate_factory::tgba_bdd_translate_factory): Use
tgba_bdd_concrete::get_init_bdd.
* src/tgbaalgos/dotty.cc (dotty_state, dotty_rec, dotty): Adjust
to use state* instead of state_bdd.
* src/tgba/succlist.hh: Delete.  (Leftover from a previous
draft.)
2003-05-27 10:40:16 +00:00
buddy more files to ignore 2003-05-23 12:02:09 +00:00
doc * m4/pypath.m4: New file. 2003-04-30 12:35:22 +00:00
lbtt Initial revision 2002-10-01 14:21:01 +00:00
m4 * m4/gccwarn.m4: Do not use -Winline, this is inappropriate 2003-05-23 11:51:20 +00:00
src * src/tgba/succiter.hh (tgba_succ_iterator::current_state): 2003-05-27 10:40:16 +00:00
tools * m4/pypath.m4: New file. 2003-04-30 12:35:22 +00:00
wrap Check trivial multop equality at build time. The makes the 2003-05-16 07:39:41 +00:00
.cvsignore * m4/pypath.m4: New file. 2003-04-30 12:35:22 +00:00
ChangeLog * src/tgba/succiter.hh (tgba_succ_iterator::current_state): 2003-05-27 10:40:16 +00:00
configure.ac * src/Makefile.am (SUBDIRS): Add tgbaalgos. 2003-05-26 13:50:54 +00:00
HACKING SWIG is needed 2003-04-30 13:20:09 +00:00
Makefile.am * m4/buddy.m4: New file. 2003-05-05 14:33:39 +00:00