|
spot
2.16
|
Data attached to edges of a twa_graph. More...
#include <spot/twa/twagraph.hh>
Public Member Functions | |
| twa_graph_edge_data (bdd cond, acc_cond::mark_t acc={}) noexcept | |
| Construct an edge labeled with cond and acceptance mark acc. More... | |
| bool | operator< (const twa_graph_edge_data &other) const |
| Lexicographic less-than comparison on (cond id, acc). More... | |
| bool | operator== (const twa_graph_edge_data &other) const |
| Equality: same condition and same acceptance mark. More... | |
Public Attributes | |
| bdd | cond |
| The Boolean formula labeling this edge. More... | |
| acc_cond::mark_t | acc |
| The acceptance mark of this edge. More... | |
Data attached to edges of a twa_graph.
Each edge of the graph has two additional data that are cond (a BDD representing the Boolean formula labeling the edge), and acc a set of acceptance marks representing the membership of the each to each acceptance set.
|
inlinenoexcept |
Construct an edge labeled with cond and acceptance mark acc.
|
inline |
|
inline |
| acc_cond::mark_t spot::twa_graph_edge_data::acc |
The acceptance mark of this edge.
Referenced by operator<(), and operator==().
| bdd spot::twa_graph_edge_data::cond |
The Boolean formula labeling this edge.
Referenced by operator<(), and operator==().
1.9.1