Skip to content

Commit

Permalink
Update src/JuMP.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Nov 6, 2024
1 parent 9bc9c66 commit 6b9e00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JuMP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@ PrecompileTools.@compile_workload begin
@expressions(model, begin
a, -1 + x1 + x2
b, 1 + x1^2 + x2
nl_expr, sin(x)
nl_expr, sin(x1)
end)
@constraints(model, begin
c1, a >= 0
Expand Down

0 comments on commit 6b9e00c

Please sign in to comment.