|
ROSE 0.11.145.354
|
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 44 of file Rose/BinaryAnalysis/Partitioner2/BasicTypes.h.