mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 10:28:52 -06:00
Reorganize internal solver tests
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
# MIPLearn: Extensible Framework for Learning-Enhanced Mixed-Integer Optimization
|
||||
# Copyright (C) 2020-2021, UChicago Argonne, LLC. All rights reserved.
|
||||
# Released under the modified BSD license. See COPYING.md for more details.
|
||||
from typing import List
|
||||
|
||||
import pytest
|
||||
|
||||
from miplearn import InternalSolver, GurobiPyomoSolver, GurobiSolver
|
||||
from miplearn.solvers.pyomo.xpress import XpressPyomoSolver
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def internal_solvers() -> List[InternalSolver]:
|
||||
return [
|
||||
GurobiPyomoSolver(),
|
||||
GurobiSolver(),
|
||||
XpressPyomoSolver(),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user