![]() |
OR-Tools
9.6
|
Definition at line 62 of file solution_serializer.h.
Public Types | |
| enum class | Type { kStart , kEnd , kServeArc , kServeEdge , kServeNode , kTransit } |
Public Member Functions | |
| Event (Type type, int64_t demand_id, Arc arc) | |
| Event (Type type, int64_t demand_id, Arc arc, std::string_view arc_name) | |
| bool | operator== (const Event &other) const |
| bool | operator!= (const Event &other) const |
Public Attributes | |
| Type | type |
| int64_t | demand_id |
| Arc | arc |
| std::string | arc_name |
|
strong |
| Enumerator | |
|---|---|
| kStart | |
| kEnd | |
| kServeArc | |
| kServeEdge | |
| kServeNode | |
| kTransit | |
Definition at line 64 of file solution_serializer.h.
Definition at line 85 of file solution_serializer.h.
Definition at line 87 of file solution_serializer.h.
|
inline |
Definition at line 94 of file solution_serializer.h.
|
inline |
Definition at line 90 of file solution_serializer.h.
| Arc arc |
Definition at line 82 of file solution_serializer.h.
| std::string arc_name |
Definition at line 83 of file solution_serializer.h.
| int64_t demand_id |
Definition at line 81 of file solution_serializer.h.
| Type type |
Definition at line 80 of file solution_serializer.h.