MCPcopy Create free account
hub / github.com/PyVRP/PyVRP / fixedVehicleCost

Method fixedVehicleCost

pyvrp/cpp/Solution.cpp:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109Distance Solution::excessDistance() const { return excessDistance_; }
110
111Cost Solution::fixedVehicleCost() const { return fixedVehicleCost_; }
112
113Cost Solution::prizes() const { return prizes_; }
114

Callers 3

PYBIND11_MODULEFunction · 0.45
CostEvaluator.hFile · 0.45
penalisedCostMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected