Skip to content

Commit

Permalink
Update docs/src/manual/expressions.md [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimg authored Oct 23, 2024
1 parent 67fa418 commit fabed8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/manual/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ julia> add_to_expression!(ex, 1.0, y)
2 x + y - 1
```

This is an efficient way to combine previously created expressions.
In the next example, we present an efficient way to combine
previously created expressions.
As highlighted above, the first expression is modified in-place
while the second expression remains the same.

```jldoctest
julia> model = Model();
Expand Down

0 comments on commit fabed8d

Please sign in to comment.