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

Method isFeasible

pyvrp/cpp/Route.cpp:435–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433size_t Route::endDepot() const { return endDepot_; }
434
435bool Route::isFeasible() const
436{
437 return !hasExcessLoad() && !hasTimeWarp() && !hasExcessDistance();
438}
439
440bool Route::hasExcessLoad() const
441{

Callers 2

CostEvaluator.hFile · 0.45
costMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected