We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c95a9 commit bfbcbeaCopy full SHA for bfbcbea
test/mip_test.py
@@ -612,7 +612,7 @@ def test_linexpr_x(solver: str, val: int):
612
@pytest.mark.parametrize("solver", SOLVERS)
613
def test_add_column(solver: str):
614
"""Simple test which add columns in a specific way"""
615
- m = Model()
+ m = Model(solver_name=solver)
616
x = m.add_var()
617
618
example_constr1 = m.add_constr(x >= 1, "constr1")
0 commit comments