Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
util::StaticGraph< NodeIndexType, ArcIndexType > Member List

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

AddArc(NodeIndexType tail, NodeIndexType head)util::StaticGraph< NodeIndexType, ArcIndexType >
AddNode(NodeIndexType node)util::StaticGraph< NodeIndexType, ArcIndexType >
AllForwardArcs() constutil::BaseGraph< int32_t, int32_t, false >
AllNodes() constutil::BaseGraph< int32_t, int32_t, false >
arc_capacity() constutil::BaseGraph< int32_t, int32_t, false >
ArcIndex typedefutil::BaseGraph< int32_t, int32_t, false >
BaseGraph()util::BaseGraph< int32_t, int32_t, false >inline
BaseGraph(const BaseGraph &)=defaultutil::BaseGraph< int32_t, int32_t, false >
Build()util::StaticGraph< NodeIndexType, ArcIndexType >inline
Build(std::vector< ArcIndexType > *permutation)util::StaticGraph< NodeIndexType, ArcIndexType >
BuildStartAndForwardHead(SVector< int32_t > *head, std::vector< int32_t > *start, std::vector< int32_t > *permutation)util::BaseGraph< int32_t, int32_t, false >protected
ComputeCumulativeSum(std::vector< int32_t > *v)util::BaseGraph< int32_t, int32_t, false >protected
FreezeCapacities()util::BaseGraph< int32_t, int32_t, false >
FromArcs(NodeIndexType num_nodes, const ArcContainer &arcs)util::StaticGraph< NodeIndexType, ArcIndexType >static
FromArcs(NodeIndexType num_nodes, const ArcContainer &arcs)util::StaticGraph< NodeIndexType, ArcIndexType >
GroupForwardArcsByFunctor(const A &a, B *b)util::BaseGraph< int32_t, int32_t, false >inline
Head(ArcIndexType arc) constutil::StaticGraph< NodeIndexType, ArcIndexType >
IsArcValid(ArcIndexType arc) constutil::StaticGraph< NodeIndexType, ArcIndexType >inline
util::BaseGraph< int32_t, int32_t, false >::IsArcValid(int32_t arc) constutil::BaseGraph< int32_t, int32_t, false >inline
IsNodeValid(int32_t node) constutil::BaseGraph< int32_t, int32_t, false >inline
kNilArcutil::BaseGraph< int32_t, int32_t, false >static
kNilNodeutil::BaseGraph< int32_t, int32_t, false >static
max_end_arc_index() constutil::BaseGraph< int32_t, int32_t, false >inline
node_capacity() constutil::BaseGraph< int32_t, int32_t, false >
NodeIndex typedefutil::BaseGraph< int32_t, int32_t, false >
num_arcs() constutil::BaseGraph< int32_t, int32_t, false >inline
num_nodes() constutil::BaseGraph< int32_t, int32_t, false >inline
operator=(const BaseGraph &)=defaultutil::BaseGraph< int32_t, int32_t, false >
operator[](NodeIndexType node) constutil::StaticGraph< NodeIndexType, ArcIndexType >
OutDegree(NodeIndexType node) constutil::StaticGraph< NodeIndexType, ArcIndexType >
OutgoingArcs(NodeIndexType node) constutil::StaticGraph< NodeIndexType, ArcIndexType >
OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) constutil::StaticGraph< NodeIndexType, ArcIndexType >
Reserve(int32_t node_capacity, int32_t arc_capacity)util::BaseGraph< int32_t, int32_t, false >inline
ReserveArcs(ArcIndexType bound) overrideutil::StaticGraph< NodeIndexType, ArcIndexType >
util::BaseGraph< int32_t, int32_t, false >::ReserveArcs(int32_t bound)util::BaseGraph< int32_t, int32_t, false >inlinevirtual
ReserveNodes(NodeIndexType bound) overrideutil::StaticGraph< NodeIndexType, ArcIndexType >
util::BaseGraph< int32_t, int32_t, false >::ReserveNodes(int32_t bound)util::BaseGraph< int32_t, int32_t, false >inlinevirtual
size() constutil::BaseGraph< int32_t, int32_t, false >inline
StaticGraph()util::StaticGraph< NodeIndexType, ArcIndexType >inline
StaticGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)util::StaticGraph< NodeIndexType, ArcIndexType >inline
Tail(ArcIndexType arc) constutil::StaticGraph< NodeIndexType, ArcIndexType >
~BaseGraph()=defaultutil::BaseGraph< int32_t, int32_t, false >virtual