![]() |
OR-Tools
8.2
|
Struct used to sort and store vehicles by their type.
Two vehicles have the same "vehicle type" iff they have the same cost class and start/end nodes.
Classes | |
struct | VehicleClassEntry |
Public Member Functions | |
int | NumTypes () const |
int | Type (int vehicle) const |
Public Attributes | |
std::vector< int > | type_index_of_vehicle |
std::vector< std::set< VehicleClassEntry > > | sorted_vehicle_classes_per_type |
std::vector< std::deque< int > > | vehicles_per_vehicle_class |
std::vector<std::set<VehicleClassEntry> > sorted_vehicle_classes_per_type |