![]() |
OR-Tools
8.0
|
Definition at line 188 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 | IsNodeValid (NodeIndexType node) const |
Static Public Attributes | |
| static const ArcIndexType | kFirstArc |
| static const NodeIndexType | kFirstNode |
| static const ArcIndexType | kNilArc |
| static const NodeIndexType | kNilNode |
| typedef ArcIndexType ArcIndex |
Definition at line 1224 of file ebert_graph.h.
| typedef NodeIndexType NodeIndex |
Definition at line 1223 of file ebert_graph.h.
|
inline |
Definition at line 1226 of file ebert_graph.h.
|
inline |
Definition at line 1228 of file ebert_graph.h.
|
inline |
Definition at line 1232 of file ebert_graph.h.
|
inline |
Definition at line 1448 of file ebert_graph.h.
|
inline |
Definition at line 1363 of file ebert_graph.h.
|
inline |
Definition at line 1371 of file ebert_graph.h.
|
inline |
Definition at line 1458 of file ebert_graph.h.
|
inline |
Definition at line 1396 of file ebert_graph.h.
|
inline |
Definition at line 1391 of file ebert_graph.h.
|
inline |
Definition at line 1384 of file ebert_graph.h.
|
inline |
Definition at line 1417 of file ebert_graph.h.
|
inline |
Definition at line 1435 of file ebert_graph.h.
|
inline |
Definition at line 964 of file ebert_graph.h.
|
inline |
Definition at line 1440 of file ebert_graph.h.
|
inline |
Definition at line 1429 of file ebert_graph.h.
|
inline |
Definition at line 1423 of file ebert_graph.h.
|
inline |
Definition at line 1409 of file ebert_graph.h.
|
inline |
Definition at line 1402 of file ebert_graph.h.
|
inline |
Definition at line 1376 of file ebert_graph.h.
|
static |
Definition at line 966 of file ebert_graph.h.
|
static |
Definition at line 967 of file ebert_graph.h.
|
static |
Definition at line 970 of file ebert_graph.h.
|
static |
Definition at line 971 of file ebert_graph.h.