* src/tgba/bddprint.hh (bdd_format_set): New function.

* src/tgba/bddprint.cc (bdd_format_set): Likewise.
* src/tgba/state.hh: Add Doxygen comments.
(state::compare): Take a state*, not a state&.
(state_ptr_less_than): New functor.
* src/tgba/statebdd.hh (state_bdd::compare): Take a state*, not a
state&.
* src/tgba/statebdd.cc (state_bdd::compare): Likewise.
* src/tgba/succiter.hh: Add Doxygen comments.
* src/tgba/tgba.hh: Mention promises.
(tgba::formate_state): New pure virtual method.
* src/tgba/tgbabddconcrete.hh (tgba_bdd_concrete::formate_state):
New method.
* src/tgba/tgbabddconcrete.cc (tgba_bdd_concrete::formate_state):
Likewise.
* src/tgbaalgos/dotty.cc: Adjust to use state_ptr_less_than
and tgba::formate_state.
This commit is contained in:
Alexandre Duret-Lutz 2003-05-27 13:05:22 +00:00
parent 3f0e95f061
commit fb5ff901d0
11 changed files with 178 additions and 49 deletions

View file

@ -21,6 +21,8 @@ namespace spot
tgba_succ_iterator_concrete* succ_iter(const state* state) const;
std::string format_state(const state* state) const;
const tgba_bdd_dict& get_dict() const;
const tgba_bdd_core_data& get_core_data() const;