spot 2.12.2
|
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 | |
bool | operator< (const twa_graph_edge_data &other) const |
bool | operator== (const twa_graph_edge_data &other) const |
Public Attributes | |
bdd | cond |
acc_cond::mark_t | acc |
Data attached to edges of a twa_graph.
Each edge of the graph has to 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.