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

Method size

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

Source from the content-addressed store, hash-verified

197bool ProblemData::ClientGroup::empty() const { return clients_.empty(); }
198
199size_t ProblemData::ClientGroup::size() const { return clients_.size(); }
200
201std::vector<size_t>::const_iterator ProblemData::ClientGroup::begin() const
202{

Callers 10

ProblemData.cppFile · 0.45
ClientMethod · 0.45
VehicleTypeMethod · 0.45
numClientsMethod · 0.45
numDepotsMethod · 0.45
numGroupsMethod · 0.45
numVehicleTypesMethod · 0.45
numProfilesMethod · 0.45
validateMethod · 0.45
ProblemDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected