ROSE  0.11.145.0
Enumerations
Rose::BinaryAnalysis::Partitioner2::AllowParallelEdges Namespace Reference

Description

Flag whether to allow parallel edges in a graph.

Enumerations

enum  Type {
  NO,
  YES
}
 

Enumeration Type Documentation

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.