MCPcopy Index your code
hub / github.com/PyVRP/PyVRP / Route

Method Route

pyvrp/cpp/Route.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198Route::Route(ProblemData const &data, Visits visits, size_t vehicleType)
199 : Route(data, {{data, std::move(visits), vehicleType}}, vehicleType)
200{
201}
202
203Route::Route(ProblemData const &data, Trips trips, size_t vehType)
204 : trips_(std::move(trips)),

Callers 1

test_eq_pyvrp_routeFunction · 0.45

Calls 15

numLoadDimensionsMethod · 0.80
getMethod · 0.80
deliveryMethod · 0.80
pickupMethod · 0.80
rbeginMethod · 0.80
rendMethod · 0.80
finaliseFrontMethod · 0.80
locationMethod · 0.80
startEarlyMethod · 0.80
emptyMethod · 0.45
vehicleTypeMethod · 0.45
distanceMethod · 0.45

Tested by 1

test_eq_pyvrp_routeFunction · 0.36