We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095b04d commit cdf87e9Copy full SHA for cdf87e9
src/Bridges/bridge_optimizer.jl
@@ -1256,7 +1256,7 @@ end
1256
vi::MOI.VariableIndex)
1257
1258
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
+That is, if the variable `vi` is an internal variable of `b.model` created by a bridge
1260
but not visible to the user, it returns its expression in terms of the variables
1261
of bridged variables. Otherwise, it returns `MOI.SingleVariable(vi)`.
1262
"""
0 commit comments