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

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

AddArc(NodeIndexType tail, NodeIndexType head)util::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
AddNode(NodeIndexType node)util::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
AllForwardArcs() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >
AllForwardArcs() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >
AllNodes() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >
AllNodes() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >
arc_capacity() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >
arc_capacity() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >
ArcIndex typedefutil::BaseGraph< NodeIndexType, ArcIndexType, false >
ArcIndex typedefutil::BaseGraph< NodeIndexType, ArcIndexType, false >
BaseGraph()util::BaseGraph< NodeIndexType, ArcIndexType, false >inline
BaseGraph(const BaseGraph &)=defaultutil::BaseGraph< NodeIndexType, ArcIndexType, false >
BaseGraph()util::BaseGraph< NodeIndexType, ArcIndexType, false >inline
BaseGraph(const BaseGraph &)=defaultutil::BaseGraph< NodeIndexType, ArcIndexType, false >
Build()util::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIteratorinline
Build(std::vector< ArcIndexType > *permutation)util::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
BuildStartAndForwardHead(SVector< NodeIndexType > *head, std::vector< ArcIndexType > *start, std::vector< ArcIndexType > *permutation)util::BaseGraph< NodeIndexType, ArcIndexType, false >protected
BuildStartAndForwardHead(SVector< NodeIndexType > *head, std::vector< ArcIndexType > *start, std::vector< ArcIndexType > *permutation)util::BaseGraph< NodeIndexType, ArcIndexType, false >protected
ComputeCumulativeSum(std::vector< ArcIndexType > *v)util::BaseGraph< NodeIndexType, ArcIndexType, false >protected
ComputeCumulativeSum(std::vector< ArcIndexType > *v)util::BaseGraph< NodeIndexType, ArcIndexType, false >protected
DEFINE_STL_ITERATOR_FUNCTIONS(OutgoingArcIterator)util::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
FreezeCapacities()util::BaseGraph< NodeIndexType, ArcIndexType, false >
FreezeCapacities()util::BaseGraph< NodeIndexType, ArcIndexType, false >
FromArcs(NodeIndexType num_nodes, const ArcContainer &arcs)util::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
FromArcs(NodeIndexType num_nodes, const ArcContainer &arcs)util::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIteratorstatic
FromArcs(NodeIndexType num_nodes, const ArcContainer &arcs)util::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
Head(ArcIndexType arc) constutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
Index() constutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIteratorinline
IsArcValid(ArcIndexType arc) constutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
IsArcValid(ArcIndexType arc) constutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIteratorinline
IsNodeValid(NodeIndexType node) constutil::BaseGraph< NodeIndexType, ArcIndexType, false >inline
IsNodeValid(NodeIndexType node) constutil::BaseGraph< NodeIndexType, ArcIndexType, false >inline
kHasNegativeReverseArcsutil::BaseGraph< NodeIndexType, ArcIndexType, false >static
kHasNegativeReverseArcsutil::BaseGraph< NodeIndexType, ArcIndexType, false >static
kNilArcutil::BaseGraph< NodeIndexType, ArcIndexType, false >static
kNilArcutil::BaseGraph< NodeIndexType, ArcIndexType, false >static
kNilNodeutil::BaseGraph< NodeIndexType, ArcIndexType, false >static
kNilNodeutil::BaseGraph< NodeIndexType, ArcIndexType, false >static
Next()util::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIteratorinline
node_capacity() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >
node_capacity() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >
NodeIndex typedefutil::BaseGraph< NodeIndexType, ArcIndexType, false >
NodeIndex typedefutil::BaseGraph< NodeIndexType, ArcIndexType, false >
num_arcs() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >inline
num_arcs() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >inline
num_nodes() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >inline
num_nodes() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >inline
Ok() constutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIteratorinline
operator=(const OutgoingArcIterator &)=defaultutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
util::BaseGraph< NodeIndexType, ArcIndexType, false >::operator=(const BaseGraph &)=defaultutil::BaseGraph< NodeIndexType, ArcIndexType, false >
operator[](NodeIndexType node) constutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
OutDegree(NodeIndexType node) constutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
OutgoingArcIterator(const OutgoingArcIterator &)=defaultutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
OutgoingArcIterator(const StaticGraph &graph, NodeIndexType node)util::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIteratorinline
OutgoingArcIterator(const StaticGraph &graph, NodeIndexType node, ArcIndexType arc)util::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIteratorinline
OutgoingArcs(NodeIndexType node) constutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) constutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
Reserve(NodeIndexType node_capacity, ArcIndexType arc_capacity)util::BaseGraph< NodeIndexType, ArcIndexType, false >inline
Reserve(NodeIndexType node_capacity, ArcIndexType arc_capacity)util::BaseGraph< NodeIndexType, ArcIndexType, false >inline
ReserveArcs(ArcIndexType bound) overrideutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIteratorvirtual
ReserveNodes(NodeIndexType bound) overrideutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIteratorvirtual
size() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >inline
size() constutil::BaseGraph< NodeIndexType, ArcIndexType, false >inline
StaticGraph()util::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIteratorinline
StaticGraph(NodeIndexType num_nodes, ArcIndexType arc_capacity)util::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIteratorinline
Tail(ArcIndexType arc) constutil::StaticGraph< NodeIndexType, ArcIndexType >::OutgoingArcIterator
~BaseGraph()=defaultutil::BaseGraph< NodeIndexType, ArcIndexType, false >virtual
~BaseGraph()=defaultutil::BaseGraph< NodeIndexType, ArcIndexType, false >virtual