![]() |
vrpRouting
0.3
|
Vehicle's break attributes. More...
#include "vroom_break_t.h"
Public Attributes | |
char * | data |
Duration of break. More... | |
Idx | id |
Duration | service |
Identifier of vehicle. More... | |
Idx | vehicle_id |
Identifier of break. More... | |
Vehicle's break attributes.
name | description |
---|---|
id | Identifier of break |
vehicle_id | Identifier of vehicle |
service | Duration of break |
data | Metadata information of break |
Definition at line 46 of file vroom_break_t.h.
char* Vroom_break_t::data |
Duration of break.
Definition at line 50 of file vroom_break_t.h.
Referenced by fetch_breaks(), and vrprouting::Vrp_vroom_problem::get_vroom_break().
Idx Vroom_break_t::id |
Definition at line 47 of file vroom_break_t.h.
Referenced by fetch_breaks(), and vrprouting::Vrp_vroom_problem::get_vroom_break().
Duration Vroom_break_t::service |
Identifier of vehicle.
Definition at line 49 of file vroom_break_t.h.
Referenced by fetch_breaks(), and vrprouting::Vrp_vroom_problem::get_vroom_break().
Idx Vroom_break_t::vehicle_id |