We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30c2d8 commit 80e8234Copy full SHA for 80e8234
1 file changed
test/Bridges/lazy_bridge_optimizer.jl
@@ -2328,18 +2328,6 @@ function test_issue_2838()
2328
return
2329
end
2330
2331
-MOI.Utilities.@model(
2332
- Model2870,
2333
- (),
2334
- (MOI.EqualTo,),
2335
2336
2337
2338
- (MOI.ScalarAffineFunction,),
2339
2340
- ()
2341
-)
2342
-
2343
function test_issue_2870()
2344
inner = MOI.Utilities.MockOptimizer(MOI.Utilities.Model{Float64}())
2345
model = MOI.Bridges.Constraint.ScalarSlack{Float64}(inner)
0 commit comments