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

Method numProfiles

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

Source from the content-addressed store, hash-verified

559size_t ProblemData::numVehicles() const { return numVehicles_; }
560
561size_t ProblemData::numProfiles() const
562{
563 assert(dists_.size() == durs_.size());
564 return dists_.size();
565}
566
567size_t ProblemData::numLoadDimensions() const { return numLoadDimensions_; }
568

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected