|
spot 2.16
|
A single step in a TωA run, pairing a state with an edge label and acceptance marks. More...
#include <spot/twaalgos/emptiness.hh>
Public Member Functions | |
| step (const state *s, bdd label, acc_cond::mark_t acc) noexcept | |
| Construct a step from a state, label, and acceptance marks. | |
Public Attributes | |
| const state * | s |
| Source state. | |
| bdd | label |
| Transition label. | |
| acc_cond::mark_t | acc |
| Acceptance marks on the transition. | |
A single step in a TωA run, pairing a state with an edge label and acceptance marks.
|
inlinenoexcept |
Construct a step from a state, label, and acceptance marks.
| acc_cond::mark_t spot::twa_run::step::acc |
Acceptance marks on the transition.
| bdd spot::twa_run::step::label |
Transition label.
| const state* spot::twa_run::step::s |
Source state.
1.9.8