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

Method pickup

pyvrp/cpp/LoadSegment.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8Load LoadSegment::delivery() const { return delivery_; }
9
10Load LoadSegment::pickup() const { return pickup_; }
11
12Load LoadSegment::load() const { return load_; }
13

Calls

no outgoing calls