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

Method groups

pyvrp/Model.py:137–141  ·  view source on GitHub ↗

Returns all client groups currently in the model.

(self)

Source from the content-addressed store, hash-verified

135
136 @property
137 def groups(self) -> list[ClientGroup]:
138 """
139 Returns all client groups currently in the model.
140 """
141 return self._groups
142
143 @property
144 def profiles(self) -> list[Profile]:

Callers 5

from_dataMethod · 0.80
PYBIND11_MODULEFunction · 0.80
SolutionMethod · 0.80
compute_neighboursFunction · 0.80

Calls

no outgoing calls

Tested by 1