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

Method numVehicles

pyvrp/cpp/ProblemData.cpp:559–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557size_t ProblemData::numVehicleTypes() const { return vehicleTypes_.size(); }
558
559size_t ProblemData::numVehicles() const { return numVehicles_; }
560
561size_t ProblemData::numProfiles() const
562{

Callers 7

SolutionMethod · 0.80
SearchSpaceMethod · 0.80
supports<SwapTails>Method · 0.80
LocalSearchMethod · 0.80
SolutionMethod · 0.80
unloadMethod · 0.80
SwapStarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected