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

Method end

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

Source from the content-addressed store, hash-verified

204}
205
206std::vector<size_t>::const_iterator ProblemData::ClientGroup::end() const
207{
208 return clients_.end();
209}
210
211std::vector<size_t> const &ProblemData::ClientGroup::clients() const
212{

Callers 5

ClientMethod · 0.45
addClientMethod · 0.45
VehicleTypeMethod · 0.45
validateMethod · 0.45
ProblemDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected