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

Function search

tests/test_IteratedLocalSearch.py:242–244  ·  view source on GitHub ↗
(*_, exhaustive: bool)

Source from the content-addressed store, hash-verified

240 ]
241
242 def search(*_, exhaustive: bool):
243 assert_(exhaustive if len(sols) == 1 else not exhaustive)
244 return sols.pop(0)
245
246 ils = IteratedLocalSearch(
247 ok_small,

Callers 2

operator()Method · 0.85
searchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected