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

Method numLocations

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

Source from the content-addressed store, hash-verified

553size_t ProblemData::numGroups() const { return groups_.size(); }
554
555size_t ProblemData::numLocations() const { return numDepots() + numClients(); }
556
557size_t ProblemData::numVehicleTypes() const { return vehicleTypes_.size(); }
558

Callers 9

PYBIND11_MODULEFunction · 0.80
SolutionMethod · 0.80
TripMethod · 0.80
SearchSpaceMethod · 0.80
LocalSearchMethod · 0.80
SolutionMethod · 0.80
updateRemovalCostsMethod · 0.80
SwapStarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected