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 b55cc2e commit 80098c0Copy full SHA for 80098c0
docs/src/apimanual.md
@@ -1100,8 +1100,7 @@ appropriate constraint bridges for unsupported constraints.
1100
1101
### Solver-specific attributes
1102
1103
-Solver-specific attributes should either be passed to the optimizer on creation,
1104
-e.g., `MyPackage.Optimizer(PrintLevel = 0)`, or through a sub-type of
+Solver-specific attributes should be specified by creating an
1105
[`AbstractOptimizerAttribute`](@ref). For example, inside `MyPackage`, we could
1106
add the following:
1107
```julia
0 commit comments