Skip to content

Commit 1f1b77d

Browse files
committed
Update
1 parent a5a9509 commit 1f1b77d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constraints.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ ScalarAffineFunction{Float64}-in-LessThan{Float64}
350350
0.0 + 1.0 v[1] <= 2.0
351351
352352
julia> c2 = MOI.transform(model, c, MOI.GreaterThan(0.0))
353+
MathOptInterface.ConstraintIndex{MathOptInterface.ScalarAffineFunction{Float64}, MathOptInterface.GreaterThan{Float64}}(1)
353354
354355
julia> print(model)
355356
Feasibility

0 commit comments

Comments
 (0)