MCPcopy Create free account
hub / github.com/PyVRP/PyVRP / operator==

Method operator==

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

Source from the content-addressed store, hash-verified

40}
41
42bool Route::Iterator::operator==(Iterator const &other) const
43{
44 return nodes_ == other.nodes_ && idx_ == other.idx_;
45}
46
47Route::Node *Route::Iterator::operator*() const { return (*nodes_)[idx_]; }
48

Callers

nothing calls this directly

Calls 7

distanceMethod · 0.45
durationMethod · 0.45
timeWarpMethod · 0.45
vehicleTypeMethod · 0.45
numTripsMethod · 0.45
sizeMethod · 0.45
startDepotMethod · 0.45

Tested by

no test coverage detected