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

Method clients

pyvrp/Model.py:114–118  ·  view source on GitHub ↗

Returns all clients currently in the model.

(self)

Source from the content-addressed store, hash-verified

112
113 @property
114 def clients(self) -> list[Client]:
115 """
116 Returns all clients currently in the model.
117 """
118 return self._clients
119
120 @property
121 def depots(self) -> list[Depot]:

Callers 15

init_fromMethod · 0.80
from_dataMethod · 0.80
minimise_fleetFunction · 0.80
_lower_boundFunction · 0.80
plot_demandsFunction · 0.80
plot_time_windowsFunction · 0.80
PYBIND11_MODULEFunction · 0.80
evaluateMethod · 0.80
_compute_proximityFunction · 0.80
test_centroidFunction · 0.80

Calls

no outgoing calls