From 1f1b77da188c525c4421015188a904b37fb8b201 Mon Sep 17 00:00:00 2001 From: odow Date: Mon, 4 Nov 2024 16:41:54 +1300 Subject: [PATCH] Update --- src/constraints.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constraints.jl b/src/constraints.jl index 6625dfd5cc..979fae8308 100644 --- a/src/constraints.jl +++ b/src/constraints.jl @@ -350,6 +350,7 @@ ScalarAffineFunction{Float64}-in-LessThan{Float64} 0.0 + 1.0 v[1] <= 2.0 julia> c2 = MOI.transform(model, c, MOI.GreaterThan(0.0)) +MathOptInterface.ConstraintIndex{MathOptInterface.ScalarAffineFunction{Float64}, MathOptInterface.GreaterThan{Float64}}(1) julia> print(model) Feasibility