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