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 a5a9509 commit 1f1b77dCopy full SHA for 1f1b77d
src/constraints.jl
@@ -350,6 +350,7 @@ ScalarAffineFunction{Float64}-in-LessThan{Float64}
350
0.0 + 1.0 v[1] <= 2.0
351
352
julia> c2 = MOI.transform(model, c, MOI.GreaterThan(0.0))
353
+MathOptInterface.ConstraintIndex{MathOptInterface.ScalarAffineFunction{Float64}, MathOptInterface.GreaterThan{Float64}}(1)
354
355
julia> print(model)
356
Feasibility
0 commit comments