AddArc(NodeIndexType tail, NodeIndexType head) | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
AddNode(NodeIndexType node) | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
AllForwardArcs() const | util::BaseGraph< int32_t, int32_t, true > | |
AllNodes() const | util::BaseGraph< int32_t, int32_t, true > | |
arc_capacity() const | util::BaseGraph< int32_t, int32_t, true > | |
ArcIndex typedef | util::BaseGraph< int32_t, int32_t, true > | |
BaseGraph() | util::BaseGraph< int32_t, int32_t, true > | inline |
BaseGraph(const BaseGraph &)=default | util::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) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
IncomingArcs(NodeIndexType node) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
IncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
InDegree(NodeIndexType node) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
IsArcValid(ArcIndexType arc) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | inline |
util::BaseGraph< int32_t, int32_t, true >::IsArcValid(int32_t arc) const | util::BaseGraph< int32_t, int32_t, true > | inline |
IsNodeValid(int32_t node) const | util::BaseGraph< int32_t, int32_t, true > | inline |
kNilArc | util::BaseGraph< int32_t, int32_t, true > | static |
kNilNode | util::BaseGraph< int32_t, int32_t, true > | static |
max_end_arc_index() const | util::BaseGraph< int32_t, int32_t, true > | inline |
node_capacity() const | util::BaseGraph< int32_t, int32_t, true > | |
NodeIndex typedef | util::BaseGraph< int32_t, int32_t, true > | |
num_arcs() const | util::BaseGraph< int32_t, int32_t, true > | inline |
num_nodes() const | util::BaseGraph< int32_t, int32_t, true > | inline |
operator=(const BaseGraph &)=default | util::BaseGraph< int32_t, int32_t, true > | |
operator[](NodeIndexType node) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
OppositeArc(ArcIndexType arc) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
OppositeIncomingArcs(NodeIndexType node) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
OppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
OutDegree(NodeIndexType node) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
OutgoingArcs(NodeIndexType node) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
OutgoingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
OutgoingOrOppositeIncomingArcs(NodeIndexType node) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
OutgoingOrOppositeIncomingArcsStartingFrom(NodeIndexType node, ArcIndexType from) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
Reserve(int32_t node_capacity, int32_t arc_capacity) | util::BaseGraph< int32_t, int32_t, true > | inline |
ReserveArcs(ArcIndexType bound) override | util::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() const | util::BaseGraph< int32_t, int32_t, true > | inline |
Tail(ArcIndexType arc) const | util::ReverseArcStaticGraph< NodeIndexType, ArcIndexType > | |
~BaseGraph()=default | util::BaseGraph< int32_t, int32_t, true > | virtual |