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

Method num_depots

pyvrp/read.py:172–173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

170
171 @property
172 def num_depots(self) -> int:
173 return self.instance.get("depot", np.array([0])).size
174
175 @property
176 def num_clients(self) -> int:

Callers 3

test_route_insertFunction · 0.80

Calls 1

getMethod · 0.80

Tested by 3

test_route_insertFunction · 0.64