Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
bool Solution::empty() const { return numClients() == 0 && numRoutes() == 0; }
51
52
size_t Solution::numRoutes() const { return routes_.size(); }
53
54
size_t Solution::numTrips() const
55
{
Callers
1
operator()
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected