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

Method numDepots

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

Source from the content-addressed store, hash-verified

549size_t ProblemData::numClients() const { return clients_.size(); }
550
551size_t ProblemData::numDepots() const { return depots_.size(); }
552
553size_t ProblemData::numGroups() const { return groups_.size(); }
554

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected