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

Method _groups

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

Source from the content-addressed store, hash-verified

542 return dist_mats
543
544 def _groups(self) -> list[ClientGroup]:
545 groups = self.parser.mutually_exclusive_groups()
546 return [ClientGroup(group) for group in groups]
547
548 def _allowed2profile(self) -> dict[tuple[int, ...], int]:
549 allowed_clients2profile_idx = {}

Callers 1

dataMethod · 0.95

Calls 2

ClientGroupClass · 0.85

Tested by

no test coverage detected