I’m running into this issue while trying to solve a small TSP. It throws this error when trying to run the tests provided. Any idea why?
Process tsp_small_graph:
Traceback (most recent call last):
File “/opt/conda/lib/python3.11/multiprocessing/process.py”, line 314, in _bootstrap
self.run()
File “/opt/conda/lib/python3.11/multiprocessing/process.py”, line 108, in run
self._target(*self._args, **self._kwargs)
File “/home/jovyan/work/unittests.py”, line 91, in helper
out = func(start)
^^^^^^^^^^^
File “/tmp/ipykernel_90/3441927076.py”, line 108, in tsp_small_graph
C[bits, k] = min(res)[0]
^^^^^^^^
ValueError: min() arg is an empty sequence