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

Method empty

pyvrp/cpp/search/Route.h:992–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990size_t Route::profile() const { return vehicleType_.profile; }
991
992bool Route::empty() const { return numClients() == 0; }
993
994size_t Route::size() const { return nodes.size(); }
995

Callers 11

evalRelocateMoveMethod · 0.45
evaluateMethod · 0.45
searchMethod · 0.45
intensifyMethod · 0.45
applyEmptyRouteMovesMethod · 0.45
applyGroupMovesMethod · 0.45
unloadMethod · 0.45
insertMethod · 0.45
insertCostMethod · 0.45
evaluateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected