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

Method begin

pyvrp/cpp/Route.cpp:369–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369Route::Iterator Route::begin() const { return Iterator(*this, 0); }
370
371Route::Iterator Route::end() const { return Iterator(*this, size()); }
372

Callers 2

sizeMethod · 0.45
hasExcessLoadMethod · 0.45

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected