solver
This commit is contained in:
parent
9a4b9af587
commit
98f018f43d
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import numpy as np
|
||||
from matplotlib import pyplot as plt
|
||||
from numpy.core._multiarray_umath import ndarray
|
||||
from src.utils import *
|
||||
|
||||
|
||||
|
||||
class Solver_TSP:
|
||||
|
|
|
@ -3,6 +3,8 @@ import os
|
|||
if 'AI' in os.getcwd():
|
||||
from src.TSP_solver import *
|
||||
from src.io_tsp import *
|
||||
from src.utils import *
|
||||
else:
|
||||
from AI2019.src.TSP_solver import *
|
||||
from AI2019.src.io_tsp import *
|
||||
from AI2019.src.io_tsp import *
|
||||
from AI2019src.utils import *
|
Reference in a new issue