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 3a7f891 commit 8ddc767Copy full SHA for 8ddc767
test/Bridges/Constraint/functionize.jl
@@ -293,15 +293,6 @@ function test_runtests()
293
return
294
end
295
296
-function test_canonical_constraint_function()
297
- inner = MOI.Utilities.UniversalFallback(MOI.Utilities.Model{Float64}())
298
- model = MOI.Bridges.Constraint.ScalarFunctionize{Float64}(inner)
299
- x = MOI.add_variable(model)
300
- ci = MOI.add_constraint(model, x, MOI.GreaterThan(0.0))
301
- @test MOI.get(model, MOI.CanonicalConstraintFunction(), ci) ≈ x
302
- return
303
-end
304
-
305
function test_FunctionConversionBridge()
306
# ScalarAffineFunction -> ScalarQuadraticFunction
307
MOI.Bridges.runtests(
0 commit comments