Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Oct 4, 2023
1 parent 359ae9a commit caf200b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AGV_quantum/quadratic_solver_CPLEX.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pickle
from docplex.mp.model import Model
from docplex.mp.solution import SolveSolution
from AGV_quantum.process_results import get_results
from AGV_quantum import get_results
import dimod
from docplex.mp.progress import ProgressListener, ProgressClock, TextProgressListener
from typing import Union
Expand Down
2 changes: 1 addition & 1 deletion AGV_quantum/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from docplex.mp.model import Model
from docplex.mp.model_reader import ModelReader
from typing import Optional
from AGV_quantum.LinearProg import LinearProg
from AGV_quantum import LinearProg
import dimod
from AGV_quantum import get_results
from AGV_quantum import process_result
Expand Down

0 comments on commit caf200b

Please sign in to comment.