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

Method empty

pyvrp/cpp/Trip.cpp:138–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138bool Trip::empty() const { return visits_.empty(); }
139
140size_t Trip::size() const { return visits_.size(); }
141

Callers 4

time_windowsMethod · 0.45
CostEvaluator.hFile · 0.45
penalisedCostMethod · 0.45
deltaCostMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected