Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyVRP/PyVRP
/ numClients
Method
numClients
pyvrp/cpp/ProblemData.cpp:549–549 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
547
}
548
549
size_t ProblemData::numClients() const { return clients_.size(); }
550
551
size_t ProblemData::numDepots() const { return depots_.size(); }
552
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected