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

Method restart

pyvrp/ProgressPrinter.py:145–151  ·  view source on GitHub ↗

Indicates in the progress information that the algorithm has restarted the search.

(self)

Source from the content-addressed store, hash-verified

143 logger.info(line)
144
145 def restart(self):
146 """
147 Indicates in the progress information that the algorithm has restarted
148 the search.
149 """
150 if self._print:
151 logger.info(_RESTART)

Callers 3

runMethod · 0.95
test_restartFunction · 0.95

Calls

no outgoing calls

Tested by 2

test_restartFunction · 0.76