Skip to content

Commit cdf87e9

Browse files
Fix missing term (#1054)
1 parent 095b04d commit cdf87e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/bridge_optimizer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ end
12561256
vi::MOI.VariableIndex)
12571257
12581258
Return a `MOI.AbstractScalarFunction` of variables of `b` that equals `vi`.
1259-
That is, if the variable `vi` is an internal variable of `b.model` created by a
1259+
That is, if the variable `vi` is an internal variable of `b.model` created by a bridge
12601260
but not visible to the user, it returns its expression in terms of the variables
12611261
of bridged variables. Otherwise, it returns `MOI.SingleVariable(vi)`.
12621262
"""

0 commit comments

Comments
 (0)