Mescal
|
Type used to represent a multi-edge in a graph. More...
#include <printing.h>
Public Attributes | |
uint | in |
Initial state of the edge. | |
bool | eps |
Epsilon transition. | |
dequeue * | lab |
Sorted list of labels. | |
dequeue * | lab_i |
Sorted list of inverse labels. | |
uint | out |
Final state of the edge. | |
Type used to represent a multi-edge in a graph.