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

Method load

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

Source from the content-addressed store, hash-verified

10Load LoadSegment::pickup() const { return pickup_; }
11
12Load LoadSegment::load() const { return load_; }
13
14LoadSegment::LoadSegment(ProblemData::Client const &client, size_t dimension)
15 : delivery_(client.delivery[dimension]),

Callers 2

test_attribute_gettersFunction · 0.95
LoadSegment.cppFile · 0.45

Calls

no outgoing calls

Tested by 1

test_attribute_gettersFunction · 0.76