Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <simple_graph.h>
Public Attributes | |
T | start |
T | end |
Time window, typically used for a node. Name chosen to avoid clash with tour_optimization.proto, defining a TimeWindow message with more fields.
Definition at line 148 of file simple_graph.h.
T operations_research::SimpleTimeWindow< T >::end |
Definition at line 150 of file simple_graph.h.
T operations_research::SimpleTimeWindow< T >::start |
Definition at line 149 of file simple_graph.h.