Skip to content

Commit

Permalink
Update docs/src/manual/nonlinear.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 13, 2024
1 parent 7668e5f commit 67ce098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/manual/nonlinear.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ julia> sin(sin(1.0))

## Common subexpressions

JuMP does not perform common subexpression elimination. Instead, if you re-use
JuMP does not perform [common subexpression elimination](https://en.wikipedia.org/wiki/Common_subexpression_elimination).
Instead, if you re-use
an expression in multiple places, JuMP will insert a copy of the expression.

JuMP's lack of common subexpression elimination is a common cause of performance
Expand Down

0 comments on commit 67ce098

Please sign in to comment.