Skip to content

Commit

Permalink
[docs] fix dockets in @force_nonlinear
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 2, 2024
1 parent 488a0db commit d3281f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros/@force_nonlinear.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ julia> @expression(model, @force_nonlinear(x * 2.0 * (1 + x) * x))
x * 2.0 * (1 + x) * x
julia> @allocated @expression(model, x * 2.0 * (1 + x) * x)
2640
2576
julia> @allocated @expression(model, @force_nonlinear(x * 2.0 * (1 + x) * x))
672
Expand Down

0 comments on commit d3281f4

Please sign in to comment.