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