C++ Reference
C++ Reference: Graph
Detailed Description
template<typename NodeIndexType, typename ArcIndexType>
class operations_research::EbertGraph< NodeIndexType, ArcIndexType >
Definition at line 1186 of file ebert_graph.h.
Classes | |
class | IncomingArcIterator |
class | OutgoingOrOppositeIncomingArcIterator |
Public Types | |
typedef NodeIndexType | NodeIndex |
typedef ArcIndexType | ArcIndex |
Public Member Functions | |
EbertGraph () | |
EbertGraph (NodeIndexType max_num_nodes, ArcIndexType max_num_arcs) | |
~EbertGraph () | |
bool | CheckArcBounds (const ArcIndexType arc) const |
bool | CheckArcValidity (const ArcIndexType arc) const |
NodeIndexType | Tail (const ArcIndexType arc) const |
NodeIndexType | DirectArcTail (const ArcIndexType arc) const |
NodeIndexType | DirectArcHead (const ArcIndexType arc) const |
ArcIndexType | DirectArc (const ArcIndexType arc) const |
ArcIndexType | ReverseArc (const ArcIndexType arc) const |
ArcIndexType | Opposite (const ArcIndexType arc) const |
bool | IsDirect (const ArcIndexType arc) const |
bool | IsReverse (const ArcIndexType arc) const |
bool | IsOutgoingOrOppositeIncoming (ArcIndexType arc, NodeIndexType node) const |
bool | IsIncoming (ArcIndexType arc, NodeIndexType node) const |
bool | IsOutgoing (ArcIndexType arc, NodeIndexType node) const |
void | BuildRepresentation () |
std::string | DebugString () const |
bool | Reserve (NodeIndexType new_max_num_nodes, ArcIndexType new_max_num_arcs) |
ArcIndexType | AddArc (NodeIndexType tail, NodeIndexType head) |
void | GroupForwardArcsByFunctor (const ArcIndexTypeStrictWeakOrderingFunctor &compare, PermutationCycleHandler< ArcIndexType > *annotation_handler) |
ArcIndexType | end_arc_index () const |
ArcIndexType | end_arc_index () const |
bool | IsNodeValid (NodeIndexType node) const |
bool | IsNodeValid (NodeIndexType node) const |
NodeIndexType | num_nodes () const |
ArcIndexType | num_arcs () const |
NodeIndexType | end_node_index () const |
NodeIndexType | max_num_nodes () const |
ArcIndexType | max_num_arcs () const |
NodeIndexType | max_end_node_index () const |
ArcIndexType | max_end_arc_index () const |
ArcIndexType | LookUpArc (const NodeIndexType tail, const NodeIndexType head) const |
NodeIndexType | Head (const ArcIndexType arc) const |
std::string | NodeDebugString (const NodeIndexType node) const |
std::string | ArcDebugString (const ArcIndexType arc) const |
Static Public Attributes | |
static const ArcIndexType | kFirstArc |
static const NodeIndexType | kFirstNode |
static const ArcIndexType | kMaxNumArcs |
static const NodeIndexType | kMaxNumNodes |
static const ArcIndexType | kNilArc |
static const NodeIndexType | kNilNode |
Protected Member Functions | |
void | Initialize (NodeIndexType max_num_nodes, ArcIndexType max_num_arcs) |
ArcIndexType | FirstOutgoingOrOppositeIncomingArc (const NodeIndexType node) const |
ArcIndexType | NextAdjacentArc (const ArcIndexType arc) const |
ArcIndexType | NextOutgoingArc (const NodeIndexType unused_node, const ArcIndexType arc) const |
NodeIndexType | StartNode (NodeIndexType node) const |
ArcIndexType | StartArc (ArcIndexType arc) const |
NodeIndexType | NextNode (const NodeIndexType node) const |
ArcIndexType | NextArc (const ArcIndexType arc) const |
ArcIndexType | FirstOutgoingArc (const NodeIndexType node) const |
Protected Attributes | |
ZVector< ArcIndexType > | next_adjacent_arc_ |
bool | representation_clean_ |
ZVector< ArcIndexType > | first_incident_arc_ |
ZVector< NodeIndexType > | head_ |
ArcIndexType | max_num_arcs_ |
NodeIndexType | max_num_nodes_ |
ArcIndexType | num_arcs_ |
NodeIndexType | num_nodes_ |
Member Typedef Documentation
◆ ArcIndex
typedef ArcIndexType ArcIndex |
Definition at line 1224 of file ebert_graph.h.
◆ NodeIndex
typedef NodeIndexType NodeIndex |
Definition at line 1223 of file ebert_graph.h.
Constructor & Destructor Documentation
◆ EbertGraph() [1/2]
|
inline |
Definition at line 1226 of file ebert_graph.h.
◆ EbertGraph() [2/2]
|
inline |
Definition at line 1228 of file ebert_graph.h.
◆ ~EbertGraph()
|
inline |
Definition at line 1232 of file ebert_graph.h.
Member Function Documentation
◆ AddArc()
|
inlineinherited |
Definition at line 1001 of file ebert_graph.h.
◆ ArcDebugString()
|
inlineinherited |
Definition at line 310 of file ebert_graph.h.
◆ BuildRepresentation()
|
inline |
Definition at line 1448 of file ebert_graph.h.
◆ CheckArcBounds()
|
inline |
Definition at line 1363 of file ebert_graph.h.
◆ CheckArcValidity()
|
inline |
Definition at line 1371 of file ebert_graph.h.
◆ DebugString()
|
inline |
Definition at line 1458 of file ebert_graph.h.
◆ DirectArc()
|
inline |
Definition at line 1396 of file ebert_graph.h.
◆ DirectArcHead()
|
inline |
Definition at line 1391 of file ebert_graph.h.
◆ DirectArcTail()
|
inline |
Definition at line 1384 of file ebert_graph.h.
◆ end_arc_index() [1/2]
|
inlineinherited |
Definition at line 252 of file ebert_graph.h.
◆ end_arc_index() [2/2]
|
inlineinherited |
Definition at line 963 of file ebert_graph.h.
◆ end_node_index()
|
inlineinherited |
Definition at line 247 of file ebert_graph.h.
◆ FirstOutgoingArc()
|
inlineprotectedinherited |
Definition at line 479 of file ebert_graph.h.
◆ FirstOutgoingOrOppositeIncomingArc()
|
inlineprotectedinherited |
Definition at line 1123 of file ebert_graph.h.
◆ GroupForwardArcsByFunctor()
|
inlineinherited |
Definition at line 1022 of file ebert_graph.h.
◆ Head()
|
inlineinherited |
Definition at line 297 of file ebert_graph.h.
◆ Initialize()
|
inlineprotectedinherited |
Definition at line 1112 of file ebert_graph.h.
◆ IsDirect()
|
inline |
Definition at line 1417 of file ebert_graph.h.
◆ IsIncoming()
|
inline |
Definition at line 1435 of file ebert_graph.h.
◆ IsNodeValid() [1/2]
|
inlineinherited |
Definition at line 279 of file ebert_graph.h.
◆ IsNodeValid() [2/2]
|
inlineinherited |
Definition at line 964 of file ebert_graph.h.
◆ IsOutgoing()
|
inline |
Definition at line 1440 of file ebert_graph.h.
◆ IsOutgoingOrOppositeIncoming()
|
inline |
Definition at line 1429 of file ebert_graph.h.
◆ IsReverse()
|
inline |
Definition at line 1423 of file ebert_graph.h.
◆ LookUpArc()
|
inlineinherited |
Definition at line 285 of file ebert_graph.h.
◆ max_end_arc_index()
|
inlineinherited |
Definition at line 271 of file ebert_graph.h.
◆ max_end_node_index()
|
inlineinherited |
Definition at line 264 of file ebert_graph.h.
◆ max_num_arcs()
|
inlineinherited |
Definition at line 259 of file ebert_graph.h.
◆ max_num_nodes()
|
inlineinherited |
Definition at line 255 of file ebert_graph.h.
◆ NextAdjacentArc()
|
inlineprotectedinherited |
Definition at line 1131 of file ebert_graph.h.
◆ NextArc()
|
inlineprotectedinherited |
Definition at line 472 of file ebert_graph.h.
◆ NextNode()
|
inlineprotectedinherited |
Definition at line 458 of file ebert_graph.h.
◆ NextOutgoingArc()
|
inlineprotectedinherited |
Definition at line 1138 of file ebert_graph.h.
◆ NodeDebugString()
|
inlineinherited |
Definition at line 302 of file ebert_graph.h.
◆ num_arcs()
|
inlineinherited |
Definition at line 241 of file ebert_graph.h.
◆ num_nodes()
|
inlineinherited |
Definition at line 237 of file ebert_graph.h.
◆ Opposite()
|
inline |
Definition at line 1409 of file ebert_graph.h.
◆ Reserve()
|
inlineinherited |
Definition at line 978 of file ebert_graph.h.
◆ ReverseArc()
|
inline |
Definition at line 1402 of file ebert_graph.h.
◆ StartArc()
|
inlineprotectedinherited |
Definition at line 445 of file ebert_graph.h.
◆ StartNode()
|
inlineprotectedinherited |
Definition at line 439 of file ebert_graph.h.
◆ Tail()
|
inline |
Definition at line 1376 of file ebert_graph.h.
Member Data Documentation
◆ first_incident_arc_
|
protectedinherited |
Definition at line 954 of file ebert_graph.h.
◆ head_
|
protectedinherited |
Definition at line 955 of file ebert_graph.h.
◆ kFirstArc
|
staticinherited |
Definition at line 966 of file ebert_graph.h.
◆ kFirstNode
|
staticinherited |
Definition at line 967 of file ebert_graph.h.
◆ kMaxNumArcs
|
staticinherited |
Definition at line 968 of file ebert_graph.h.
◆ kMaxNumNodes
|
staticinherited |
Definition at line 969 of file ebert_graph.h.
◆ kNilArc
|
staticinherited |
Definition at line 970 of file ebert_graph.h.
◆ kNilNode
|
staticinherited |
Definition at line 971 of file ebert_graph.h.
◆ max_num_arcs_
|
protectedinherited |
Definition at line 956 of file ebert_graph.h.
◆ max_num_nodes_
|
protectedinherited |
Definition at line 957 of file ebert_graph.h.
◆ next_adjacent_arc_
|
protectedinherited |
Definition at line 1147 of file ebert_graph.h.
◆ num_arcs_
|
protectedinherited |
Definition at line 958 of file ebert_graph.h.
◆ num_nodes_
|
protectedinherited |
Definition at line 959 of file ebert_graph.h.
◆ representation_clean_
|
protectedinherited |
Definition at line 1152 of file ebert_graph.h.
The documentation for this class was generated from the following file: