Skip to content

Commit 5d19010

Browse files
committed
📝 Add RequiredBridges in doc
1 parent 6f1f160 commit 5d19010

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/apireference.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ AbstractConstraintAttribute
1919

2020
Attributes can be set in different ways:
2121

22-
* it is either set when the model is created like [`SolverName`](@ref) and
23-
[`RawSolver`](@ref),
22+
* it is either set when the model is created like [`SolverName`](@ref),
23+
[`RequiredBridges`](@ref) and [`RawSolver`](@ref),
2424
* or explicitly when the model is copied like [`ObjectiveSense`](@ref),
2525
* or implicitly, e.g., [`NumberOfVariables`](@ref) is implicitly set by
2626
[`add_variable`](@ref) and [`ConstraintFunction`](@ref) is implicitly set by
@@ -88,6 +88,7 @@ List of attributes optimizers attributes
8888

8989
```@docs
9090
SolverName
91+
RequiredBridges
9192
```
9293

9394
List of attributes useful for optimizers

0 commit comments

Comments
 (0)