class documentation

class FlattenedOrdering(Enum):

View In Hierarchy

This enumeration encapsulates the concept of an edge (resp. arc) ordering in the context of the four flattened formats from the GraphFormat enumeration.

Constant CLOCKWISE This item corresponds to the clockwise edge (resp. arc) ordering.
Constant ROW_MAJOR This item corresponds to the row-major edge (resp. arc) ordering.
CLOCKWISE: int =

This item corresponds to the clockwise edge (resp. arc) ordering.

Value
1
ROW_MAJOR: int =

This item corresponds to the row-major edge (resp. arc) ordering.

Value
0