![]() |
vrpRouting
0.3
|
short_vehicle More...
#include "short_vehicle.h"
Public Attributes | |
Id | id |
std::vector< Id > | stops |
Vehicle's identifier. More... | |
short_vehicle
name | description |
---|---|
id | Vehicle's identifier |
stops | Vehicle's stops |
Definition at line 41 of file short_vehicle.h.
Id Short_vehicle::id |
Definition at line 42 of file short_vehicle.h.
Referenced by vrprouting::problem::Solution::get_stops().
std::vector<Id> Short_vehicle::stops |
Vehicle's identifier.
Definition at line 43 of file short_vehicle.h.
Referenced by anonymous_namespace{optimize_driver.cpp}::update_stops().