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

Method numRoutes

pyvrp/cpp/Solution.cpp:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50bool Solution::empty() const { return numClients() == 0 && numRoutes() == 0; }
51
52size_t Solution::numRoutes() const { return routes_.size(); }
53
54size_t Solution::numTrips() const
55{

Callers 1

operator()Method · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected