File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -480,8 +480,9 @@ Utilities.@model
480480
481481## Bridges
482482
483- Bridges can be used for automatic reformulation of constrained variables or
484- constraints into equivalent formulations using constrained variables and
483+ Bridges can be used for automatic reformulation of constrained variables (i.e.
484+ variables added with [ ` add_constrained_variable ` ] ( @ref ) /[ ` add_constrained_variables ` ] ( @ref ) )
485+ or constraints into equivalent formulations using constrained variables and
485486constraints of different types. There are two important concepts to distinguish:
486487* [ ` Bridges.AbstractBridge ` ] ( @ref ) s are recipes implementing a specific
487488 reformulation. Bridges are not directly subtypes of
@@ -496,8 +497,8 @@ constraints of different types. There are two important concepts to distinguish:
496497 [ ` Bridges.add_bridge ` ] ( @ref ) . [ ` Bridges.full_bridge_optimizer ` ] ( @ref ) wraps a
497498 model in a [ ` Bridges.LazyBridgeOptimizer ` ] ( @ref ) where all the bridges defined
498499 in MOI are added. This is the recommended way to use bridges in the
499- [ Testing guideline] ( @ref ) , and JuMP automatically calls this function when
500- attaching an optimizer.
500+ [ Testing guideline] ( @ref ) , and JuMP automatically calls
501+ [ ` Bridges.full_bridge_optimizer ` ] ( @ref ) when attaching an optimizer.
501502
502503``` @docs
503504Bridges.AbstractBridge
You can’t perform that action at this time.
0 commit comments