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

Method distance

pyvrp/cpp/Solution.cpp:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95bool Solution::hasTimeWarp() const { return timeWarp_ > 0; }
96
97Distance Solution::distance() const { return distance_; }
98
99Cost Solution::distanceCost() const { return distanceCost_; }
100

Calls

no outgoing calls