File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ AbstractConstraintAttribute
19
19
20
20
Attributes can be set in different ways:
21
21
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 ) ,
24
24
* or explicitly when the model is copied like [ ` ObjectiveSense ` ] ( @ref ) ,
25
25
* or implicitly, e.g., [ ` NumberOfVariables ` ] ( @ref ) is implicitly set by
26
26
[ ` add_variable ` ] ( @ref ) and [ ` ConstraintFunction ` ] ( @ref ) is implicitly set by
@@ -88,6 +88,7 @@ List of attributes optimizers attributes
88
88
89
89
``` @docs
90
90
SolverName
91
+ RequiredBridges
91
92
```
92
93
93
94
List of attributes useful for optimizers
You can’t perform that action at this time.
0 commit comments