* src/tgba/tgba.hh (tgba::succ_iter): Doco.
* src/tgba/tgbatba.hh (tgba_tba_proxy::state_is_accepting): Document it. Reported by Denis Poitrenaud.
This commit is contained in:
parent
ed53965347
commit
00487e1176
3 changed files with 17 additions and 2 deletions
|
|
@ -68,6 +68,14 @@ namespace spot
|
|||
virtual bdd all_acceptance_conditions() const;
|
||||
virtual bdd neg_acceptance_conditions() const;
|
||||
|
||||
/// \brief Whether the state is accepting.
|
||||
///
|
||||
/// A particularity of a spot::tgba_tba_proxy automaton is that
|
||||
/// when a state has an outgoing accepting arc, all its outgoing
|
||||
/// arcs are accepting. The state itself can therefore be
|
||||
/// considered accepting. This is useful to many algorithms
|
||||
/// working on degeneralized automata with state acceptance
|
||||
/// conditions.
|
||||
bool state_is_accepting(const state* state) const;
|
||||
|
||||
typedef std::list<bdd> cycle_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue