Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Nov 4, 2024
1 parent a5a9509 commit 1f1b77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f1b77d

Please sign in to comment.