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

Method begin

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

Source from the content-addressed store, hash-verified

199size_t ProblemData::ClientGroup::size() const { return clients_.size(); }
200
201std::vector<size_t>::const_iterator ProblemData::ClientGroup::begin() const
202{
203 return clients_.begin();
204}
205
206std::vector<size_t>::const_iterator ProblemData::ClientGroup::end() const
207{

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