Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::SimpleTimeWindow< T > Struct Template Reference

#include <simple_graph.h>

Public Attributes

start
 
end
 

Detailed Description

template<typename T>
struct operations_research::SimpleTimeWindow< T >

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.

Member Data Documentation

◆ end

template<typename T >
T operations_research::SimpleTimeWindow< T >::end

Definition at line 150 of file simple_graph.h.

◆ start

template<typename T >
T operations_research::SimpleTimeWindow< T >::start

Definition at line 149 of file simple_graph.h.


The documentation for this struct was generated from the following file: