C++ Reference: class StaticGraph

Note: This documentation is automatically generated.

Method
AddArc

Return type: ArcIndexType

Arguments: NodeIndexType tail, NodeIndexType head

AddNode

Return type: void

Arguments: NodeIndexType node

Build

Return type: void

Build

Return type: void

Arguments: std::vector<ArcIndexType>* permutation

OutDegree

Return type: ArcIndexType

Arguments: NodeIndexType node

OutgoingArcs

Return type: BeginEndWrapper<OutgoingArcIterator>

Arguments: NodeIndexType node

OutgoingArcsStartingFrom

Return type: BeginEndWrapper<OutgoingArcIterator>

Arguments: NodeIndexType node, ArcIndexType from

ReserveArcs

Return type: void

Arguments: ArcIndexType bound

ReserveNodes

Return type: void

Arguments: NodeIndexType bound

StaticGraph

StaticGraph

Arguments: NodeIndexType num_nodes, ArcIndexType arc_capacity

Tail

Return type: NodeIndexType

Arguments: ArcIndexType arc