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

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

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