OR-Tools  9.3
StaticGraph< NodeIndexType, ArcIndexType > Member List

This is the complete list of members for StaticGraph< NodeIndexType, ArcIndexType >, including all inherited members.

AddArc(NodeIndexType tail, NodeIndexType head)StaticGraph< NodeIndexType, ArcIndexType >
AddNode(NodeIndexType node)StaticGraph< NodeIndexType, ArcIndexType >
AllForwardArcs() constBaseGraph< int32_t, int32_t, false >
AllNodes() constBaseGraph< int32_t, int32_t, false >
arc_capacity() constBaseGraph< int32_t, int32_t, false >
ArcIndex typedefBaseGraph< int32_t, int32_t, false >
BaseGraph()BaseGraph< int32_t, int32_t, false >inline
Build()StaticGraph< NodeIndexType, ArcIndexType >inline
Build(std::vector< ArcIndexType > *permutation)StaticGraph< NodeIndexType, ArcIndexType >
BuildStartAndForwardHead(SVector< int32_t > *head, std::vector< int32_t > *start, std::vector< int32_t > *permutation)BaseGraph< int32_t, int32_t, false >protected
ComputeCumulativeSum(std::vector< int32_t > *v)BaseGraph< int32_t, int32_t, false >protected
FreezeCapacities()BaseGraph< int32_t, int32_t, false >
GroupForwardArcsByFunctor(const A &a, B *b)BaseGraph< int32_t, int32_t, false >inline
Head(ArcIndexType arc) constStaticGraph< NodeIndexType, ArcIndexType >
IsArcValid(ArcIndexType arc) constStaticGraph< NodeIndexType, ArcIndexType >inline
BaseGraph< int32_t, int32_t, false >::IsArcValid(int32_t arc) constBaseGraph< int32_t, int32_t, false >inline
IsNodeValid(int32_t node) constBaseGraph< int32_t, int32_t, false >inline
kNilArcBaseGraph< int32_t, int32_t, false >static
kNilNodeBaseGraph< int32_t, int32_t, false >static
max_end_arc_index() constBaseGraph< int32_t, int32_t, false >inline
node_capacity() constBaseGraph< int32_t, int32_t, false >
NodeIndex typedefBaseGraph< int32_t, int32_t, false >
num_arcs() constBaseGraph< int32_t, int32_t, false >inline
num_nodes() constBaseGraph< int32_t, int32_t, false >inline
operator[](NodeIndexType node) constStaticGraph< NodeIndexType, ArcIndexType >
OutDegree(NodeIndexType node) constStaticGraph< NodeIndexType, ArcIndexType >
OutgoingArcs(NodeIndexType node) constStaticGraph< NodeIndexType, ArcIndexType >
OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) constStaticGraph< NodeIndexType, ArcIndexType >
Reserve(int32_t node_capacity, int32_t arc_capacity)BaseGraph< int32_t, int32_t, false >inline
ReserveArcs(ArcIndexType bound) overrideStaticGraph< NodeIndexType, ArcIndexType >
BaseGraph< int32_t, int32_t, false >::ReserveArcs(int32_t bound)BaseGraph< int32_t, int32_t, false >inlinevirtual
ReserveNodes(NodeIndexType bound) overrideStaticGraph< NodeIndexType, ArcIndexType >
BaseGraph< int32_t, int32_t, false >::ReserveNodes(int32_t bound)BaseGraph< int32_t, int32_t, false >inlinevirtual
StaticGraph()StaticGraph< NodeIndexType, ArcIndexType >inline
StaticGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)StaticGraph< NodeIndexType, ArcIndexType >inline
Tail(ArcIndexType arc) constStaticGraph< NodeIndexType, ArcIndexType >
~BaseGraph()BaseGraph< int32_t, int32_t, false >inlinevirtual