This commit is contained in:
UmbertoJr 2019-11-18 08:37:44 +01:00
parent 65a0366ab0
commit 4a356d2617
1 changed files with 2 additions and 0 deletions

View File

@ -9,5 +9,7 @@ if 'AI' in os.getcwd():
else:
from AI2019.src.utils import *
from AI2019.src.constructive_algorithms import *
from AI2019.src.local_search import *
from AI2019.src.TSP_solver import *
from AI2019.src.io_tsp import *