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 09a0659 commit f7f9316Copy full SHA for f7f9316
1 file changed
test/FileFormats/NL/test_NL.jl
@@ -1532,19 +1532,6 @@ function test_write_complements_VectorNonlinearFunction()
1532
return
1533
end
1534
1535
-function test_VariableBridgingCost()
1536
- model = NL.Model()
1537
- S = MOI.LessThan{Float64}
1538
- attr = MOI.VariableBridgingCost{S}()
1539
- @test MOI.get(model, attr) == 0
1540
- attr = MOI.ConstraintBridgingCost{MOI.VariableIndex,S}()
1541
1542
- S = MOI.SecondOrderCone
1543
1544
- @test isinf(MOI.get(model, attr))
1545
- return
1546
-end
1547
-
1548
function test_unsupported_kwarg()
1549
@test_throws(
1550
ErrorException(
0 commit comments