21 #include <spot/twa/twa.hh>
22 #include <spot/kripke/fwd.hh>
56 virtual bdd
cond()
const override;
An acceptance condition.
Definition: acc.hh:54
Iterator code for a Fair Kripke structure.
Definition: fairkripke.hh:46
bdd cond_
BDD condition returned by cond().
Definition: fairkripke.hh:59
virtual bdd cond() const override
Get the condition on the edge leading to this successor.
fair_kripke_succ_iterator(const bdd &cond, acc_cond::mark_t acc_cond)
Constructor.
acc_cond::mark_t acc_cond_
Acceptance mark returned by acc().
Definition: fairkripke.hh:60
virtual acc_cond::mark_t acc() const override
Get the acceptance mark of the edge leading to this successor.
Interface for a Fair Kripke structure.
Definition: fairkripke.hh:87
virtual acc_cond::mark_t state_acceptance_mark(const state *s) const =0
The acceptance mark that labels state s.
fair_kripke(const bdd_dict_ptr &d)
Construct with BDD dictionary d.
Definition: fairkripke.hh:90
virtual bdd state_condition(const state *s) const =0
The condition that label the state s.
Abstract class for states.
Definition: twa.hh:49
Iterate over the successors of a state.
Definition: twa.hh:425
A Transition-based ω-Automaton.
Definition: twa.hh:648
std::shared_ptr< bdd_dict > bdd_dict_ptr
Shared pointer to a bdd_dict.
Definition: bdddict.hh:304
Definition: automata.hh:26
An acceptance mark.
Definition: acc.hh:76