![]() |
OR-Tools
8.0
|
Definition at line 192 of file ebert_graph.h.
Classes | |
| class | CycleHandlerForAnnotatedArcs |
Public Types | |
| typedef NodeIndexType | NodeIndex |
| typedef ArcIndexType | ArcIndex |
Public Member Functions | |
| ForwardStaticGraph (const NodeIndexType num_nodes, const ArcIndexType num_arcs, const bool sort_arcs_by_head, std::vector< std::pair< NodeIndexType, NodeIndexType > > *client_input_arcs, operations_research::PermutationCycleHandler< ArcIndexType > *const client_cycle_handler) | |
| NodeIndexType | Tail (const ArcIndexType arc) const |
| bool | IsIncoming (ArcIndexType arc, NodeIndexType node) const |
| bool | CheckArcBounds (const ArcIndexType arc) const |
| bool | CheckArcValidity (const ArcIndexType arc) const |
| bool | CheckTailIndexValidity (const ArcIndexType arc) const |
| ArcIndexType | NextOutgoingArc (const NodeIndexType node, ArcIndexType arc) const |
| std::string | DebugString () const |
| bool | BuildTailArray () |
| void | ReleaseTailArray () |
| bool | TailArrayComplete () const |
| ArcIndexType | end_arc_index () const |
| NodeIndexType | Head (const ArcIndexType arc) const |
| bool | IsNodeValid (NodeIndexType node) const |
Static Public Attributes | |
| static const ArcIndexType | kFirstArc |
| static const NodeIndexType | kFirstNode |
| static const ArcIndexType | kNilArc |
| typedef ArcIndexType ArcIndex |
Definition at line 565 of file ebert_graph.h.
| typedef NodeIndexType NodeIndex |
Definition at line 564 of file ebert_graph.h.
|
inline |
Definition at line 621 of file ebert_graph.h.
|
inline |
Definition at line 816 of file ebert_graph.h.
|
inline |
Definition at line 770 of file ebert_graph.h.
|
inline |
Definition at line 778 of file ebert_graph.h.
|
inline |
Definition at line 783 of file ebert_graph.h.
|
inline |
Definition at line 802 of file ebert_graph.h.
|
inline |
Definition at line 252 of file ebert_graph.h.
|
inline |
Definition at line 297 of file ebert_graph.h.
|
inline |
Definition at line 763 of file ebert_graph.h.
|
inline |
Definition at line 279 of file ebert_graph.h.
|
inline |
Definition at line 788 of file ebert_graph.h.
|
inline |
Definition at line 844 of file ebert_graph.h.
|
inline |
Definition at line 756 of file ebert_graph.h.
|
inline |
Definition at line 847 of file ebert_graph.h.
|
static |
Definition at line 225 of file ebert_graph.h.
|
static |
Definition at line 222 of file ebert_graph.h.
|
static |
Definition at line 219 of file ebert_graph.h.