MCPcopy Index your code
hub / github.com/PyVRP/PyVRP / numTrips

Method numTrips

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

Source from the content-addressed store, hash-verified

354}
355
356size_t Route::numTrips() const { return trips_.size(); }
357
358Client Route::operator[](size_t idx) const
359{

Callers 1

IteratorMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected