Definition at line 32 of file simple_graph.h.
#include <simple_graph.h>
◆ Edge() [1/2]
| operations_research::routing::Edge::Edge |
( |
int64_t | tail, |
|
|
int64_t | head ) |
|
inline |
◆ Edge() [2/2]
| operations_research::routing::Edge::Edge |
( |
const Arc & | arc | ) |
|
|
explicit |
◆ head()
| int64_t operations_research::routing::Edge::head |
( |
| ) |
const |
|
inline |
◆ operator!=()
| bool operations_research::routing::Edge::operator!= |
( |
const Edge & | other | ) |
const |
|
inline |
◆ operator==()
| bool operations_research::routing::Edge::operator== |
( |
const Edge & | other | ) |
const |
|
inline |
◆ tail()
| int64_t operations_research::routing::Edge::tail |
( |
| ) |
const |
|
inline |
◆ AbslHashValue
template<typename H>
| H AbslHashValue |
( |
H | h, |
|
|
const Edge & | a ) |
|
friend |
The documentation for this class was generated from the following files: