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

Method begin

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

Source from the content-addressed store, hash-verified

76Route::~Route() { clear(); }
77
78Route::Iterator Route::begin() const { return Iterator(nodes, 1); }
79
80Route::Iterator Route::end() const { return Iterator(nodes, nodes.size() - 1); }
81

Callers 14

hasExcessLoadMethod · 0.45
PYBIND11_MODULEFunction · 0.45
SearchSpaceMethod · 0.45
setNeighboursMethod · 0.45
shuffleMethod · 0.45
shuffleMethod · 0.45
applyEmptyRouteMovesMethod · 0.45
applyGroupMovesMethod · 0.45
loadSolutionMethod · 0.45
statisticsMethod · 0.45
insertMethod · 0.45
insertMethod · 0.45

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected