|
#!/bin/bash
|
|
|
|
pip install -r requirements.txt
|
|
|
|
python main.py data/simple/ulysses16.tsp
|
|
python main.py data/simple/att48.tsp
|
|
python main.py data/simple/st70.tsp
|
|
|
|
python main.py data/medium/a280.tsp
|
|
python main.py data/medium/pcb442.tsp
|
|
|
|
python main.py data/hard/dsj1000.tsp
|