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

Method end

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

Source from the content-addressed store, hash-verified

78Route::Iterator Route::begin() const { return Iterator(nodes, 1); }
79
80Route::Iterator Route::end() const { return Iterator(nodes, nodes.size() - 1); }
81
82std::pair<pyvrp::Coordinate, pyvrp::Coordinate> const &Route::centroid() const
83{

Callers 11

hasExcessLoadMethod · 0.45
PYBIND11_MODULEFunction · 0.45
SearchSpaceMethod · 0.45
setNeighboursMethod · 0.45
shuffleMethod · 0.45
shuffleMethod · 0.45
applyGroupMovesMethod · 0.45
loadSolutionMethod · 0.45
statisticsMethod · 0.45
removeMethod · 0.45
updateMethod · 0.45

Calls 2

IteratorClass · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected