![]() |
vrpRouting
0.3
|
Time window's attributes. More...
#include "vroom_time_window_t.h"
Public Attributes | |
Idx | id |
char | kind |
Duration | tw_close |
Duration | tw_open |
Time window's attributes.
name | description |
---|---|
id | Identifier of the job/shipment/break |
kind | Whether the shipment is a pickup ('p') or a delivery ('d') |
tw_open | Time window opening time |
tw_close | Time window closing time |
Definition at line 46 of file vroom_time_window_t.h.
Idx Vroom_time_window_t::id |
Definition at line 47 of file vroom_time_window_t.h.
Referenced by fetch_time_windows().
char Vroom_time_window_t::kind |
Definition at line 48 of file vroom_time_window_t.h.
Referenced by fetch_time_windows().
Duration Vroom_time_window_t::tw_close |
Definition at line 50 of file vroom_time_window_t.h.
Referenced by fetch_time_windows(), and vrprouting::Vrp_vroom_problem::get_vroom_time_window().
Duration Vroom_time_window_t::tw_open |
Definition at line 49 of file vroom_time_window_t.h.
Referenced by fetch_time_windows(), and vrprouting::Vrp_vroom_problem::get_vroom_time_window().