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

Method num_clients

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

Source from the content-addressed store, hash-verified

174
175 @property
176 def num_clients(self) -> int:
177 return self.num_locations - self.num_depots
178
179 @property
180 def num_vehicles(self) -> int:

Calls

no outgoing calls