mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 18:38:51 -06:00
Reorganize instance package
This commit is contained in:
2
tests/fixtures/redundant.py
vendored
2
tests/fixtures/redundant.py
vendored
@@ -5,7 +5,7 @@ from typing import Any
|
||||
|
||||
import pyomo.environ as pe
|
||||
|
||||
from miplearn.instance import Instance
|
||||
from miplearn.instance.base import Instance
|
||||
from miplearn.solvers.gurobi import GurobiSolver
|
||||
from miplearn.solvers.pyomo.base import BasePyomoSolver
|
||||
from tests.solvers import _is_subclass_or_instance
|
||||
|
||||
Reference in New Issue
Block a user