Definition at line 65 of file solution_serializer.h.
#include <solution_serializer.h>
◆ Type
| Enumerator |
|---|
| kStart | |
| kEnd | |
| kServeArc | |
| kServeEdge | |
| kServeNode | |
| kTransit | |
Definition at line 67 of file solution_serializer.h.
◆ Event() [1/2]
| operations_research::routing::RoutingSolution::Event::Event |
( |
Type | type, |
|
|
int64_t | demand_id, |
|
|
Arc | arc ) |
|
inline |
◆ Event() [2/2]
| operations_research::routing::RoutingSolution::Event::Event |
( |
Type | type, |
|
|
int64_t | demand_id, |
|
|
Arc | arc, |
|
|
std::string_view | arc_name ) |
|
inline |
◆ operator!=()
| bool operations_research::routing::RoutingSolution::Event::operator!= |
( |
const Event & | other | ) |
const |
|
inline |
◆ operator==()
| bool operations_research::routing::RoutingSolution::Event::operator== |
( |
const Event & | other | ) |
const |
|
inline |
◆ arc
| Arc operations_research::routing::RoutingSolution::Event::arc |
◆ arc_name
| std::string operations_research::routing::RoutingSolution::Event::arc_name |
◆ demand_id
| int64_t operations_research::routing::RoutingSolution::Event::demand_id |
◆ type
| Type operations_research::routing::RoutingSolution::Event::type |
The documentation for this struct was generated from the following file: