udpate
This commit is contained in:
parent
34139a581d
commit
9687b675a7
1 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@ if 'AI' in os.getcwd():
|
|||
from src.TSP_solver import *
|
||||
from src.io_tsp import *
|
||||
else:
|
||||
from AI2019.code.TSP_solver import *
|
||||
from AI2019.code.io_tsp import *
|
||||
from AI2019.src.TSP_solver import *
|
||||
from AI2019.src.io_tsp import *
|
Reference in a new issue