init
This commit is contained in:
parent
65a0366ab0
commit
4a356d2617
1 changed files with 2 additions and 0 deletions
|
@ -9,5 +9,7 @@ if 'AI' in os.getcwd():
|
||||||
|
|
||||||
else:
|
else:
|
||||||
from AI2019.src.utils import *
|
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.TSP_solver import *
|
||||||
from AI2019.src.io_tsp import *
|
from AI2019.src.io_tsp import *
|
||||||
|
|
Reference in a new issue