7 lines
140 B
Python
7 lines
140 B
Python
|
import mlrose
|
||
|
|
||
|
def best_route (lista_paczek):
|
||
|
|
||
|
koordynaty_paczek = mlrose.TravellingSales(coords = lista_paczek)
|
||
|
|
||
|
return best_state
|