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 003801f commit c5e2109Copy full SHA for c5e2109
1 file changed
pyomo/contrib/solver/tests/solvers/test_solvers.py
@@ -82,8 +82,7 @@ def param_as_standalone_func(cls, p, func, name):
82
('scip_persistent', ScipPersistent),
83
('gams', GAMS),
84
('knitro_direct', KnitroDirectSolver),
85
- ('multistart', MultiStart)
86
-
+ ('multistart', MultiStart),
87
]
88
mip_solvers = [
89
('gurobi_persistent', GurobiPersistent),
0 commit comments