mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-09 02:48:52 -06:00
Make lazy constr component compatible with Pyomo+Gurobi
This commit is contained in:
@@ -47,8 +47,13 @@ def multiknapsack_h5(request: Any) -> List[str]:
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def tsp_h5(request: Any) -> List[str]:
|
||||
return _h5_fixture("tsp*.h5", request)
|
||||
def tsp_gp_h5(request: Any) -> List[str]:
|
||||
return _h5_fixture("tsp-gp*.h5", request)
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def tsp_pyo_h5(request: Any) -> List[str]:
|
||||
return _h5_fixture("tsp-pyo*.h5", request)
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
|
||||
Reference in New Issue
Block a user