Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed May 28, 2024
1 parent 82374ed commit 15a74cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aff_expr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ julia> model = Model();
julia> @variable(model, x);
julia> f = 2.0 * x_moi + 1.0
julia> f = 2.0 * index(x) + 1.0
1.0 + 2.0 MOI.VariableIndex(1)
julia> jump_function(model, f)
Expand Down

0 comments on commit 15a74cc

Please sign in to comment.