C++ Reference: class CompleteGraph

Note: This documentation is automatically generated.

Method
CompleteGraph

Return type: explicit

Arguments: NodeIndexType num_nodes

Builds a complete graph with num_nodes nodes.

OutDegree

Return type: ArcIndexType

Arguments: NodeIndexType node

OutgoingArcs

Return type: IntegerRange<ArcIndexType>

Arguments: NodeIndexType node

OutgoingArcsStartingFrom

Return type: IntegerRange<ArcIndexType>

Arguments: NodeIndexType node, ArcIndexType from

Tail

Return type: NodeIndexType

Arguments: ArcIndexType arc