Skip to content

Commit 1ed7996

Browse files
odowjoaquimg
andcommitted
Update src/constraints.jl
Co-authored-by: Joaquim Dias Garcia <[email protected]>
1 parent ba726d6 commit 1ed7996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constraints.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,8 @@ end
692692
Set the coefficients of `variable` in the constraint `con_ref` to
693693
`new_coefficients`.
694694
695-
Note that prior to this step, JuMP will aggregate multiple terms containing the
696-
same variable.
695+
Note that prior to this step, during constraint creation, JuMP will aggregate
696+
multiple terms containing the same variable.
697697
698698
```jldoctest; setup = :(using JuMP), filter=r"≤|<="
699699
model = Model()

0 commit comments

Comments
 (0)