ROSE
0.11.131.0
|
Flag whether to allow parallel edges in a graph.
Enumerations | |
enum | Type { NO, YES } |
Enumerator | |
---|---|
NO |
Enum type for allowing parallel edges. Don't allow parallel edges; use counts instead. |
YES |
Allow parallel edges, so each edge has a unit count. |
Definition at line 39 of file BinaryAnalysis/Partitioner2/BasicTypes.h.