update
This commit is contained in:
parent
5aa7ed5600
commit
69e9aa4c81
4 changed files with 3 additions and 3 deletions
2
run.py
2
run.py
|
@ -1,4 +1,4 @@
|
|||
from code import *
|
||||
from src import *
|
||||
import os
|
||||
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import os
|
||||
|
||||
if 'AI' in os.getcwd():
|
||||
from code.TSP_solver import *
|
||||
from code.io_tsp import *
|
||||
from src.TSP_solver import *
|
||||
from src.io_tsp import *
|
||||
else:
|
||||
from AI2019.code.TSP_solver import *
|
||||
from AI2019.code.io_tsp import *
|
Reference in a new issue