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

Method is_collecting

pyvrp/Statistics.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 yield from self.data
61
62 def is_collecting(self) -> bool:
63 return self._collect_stats
64
65 def collect(
66 self,

Callers 3

test_not_collectingFunction · 0.95
iterationMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_not_collectingFunction · 0.76