Skip to content

Commit c5c8edc

Browse files
committed
Address comments
1 parent 402e511 commit c5c8edc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/src/apireference.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
485486
constraints 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
503504
Bridges.AbstractBridge

0 commit comments

Comments
 (0)