C++ Reference
C++ Reference: Routing
Classes |
Public Member Functions |
Static Public Member Functions |
Public Attributes |
List of all members
RoutingModel::CostClass
Detailed Description
Classes | |
struct | DimensionCost |
SUBTLE: The vehicle's fixed cost is skipped on purpose here, because we can afford to do so: More... | |
Public Member Functions | |
CostClass (int evaluator_index) | |
Static Public Member Functions | |
static bool | LessThan (const CostClass &a, const CostClass &b) |
Comparator for STL containers and algorithms. More... | |
Public Attributes | |
int | evaluator_index = 0 |
Index of the arc cost evaluator, registered in the RoutingModel class. More... | |
std::vector< DimensionCost > | dimension_transit_evaluator_class_and_cost_coefficient |
Constructor & Destructor Documentation
◆ CostClass()
Member Function Documentation
◆ LessThan()
Member Data Documentation
◆ dimension_transit_evaluator_class_and_cost_coefficient
std::vector<DimensionCost> dimension_transit_evaluator_class_and_cost_coefficient |
◆ evaluator_index
int evaluator_index = 0 |
Index of the arc cost evaluator, registered in the RoutingModel class.
The documentation for this struct was generated from the following file: