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 b9de5a5 commit 42970b9Copy full SHA for 42970b9
tutorials/introduction-to-jsosolvers/index.jmd
@@ -46,6 +46,13 @@ The solvers `tron` and `trunk` both have a specialized implementation for input
46
47
The following examples illustrate this specialization.
48
49
+To list the allowed least-squares subsolvers for these specializations:
50
+
51
+```julia
52
+JSOSolvers.trunkls_allowed_subsolvers
53
+JSOSolvers.tronls_allowed_subsolvers
54
+```
55
56
```julia
57
using JSOSolvers, ADNLPModels
58
f(x) = (x[1] - 1)^2 + 4 * (x[2] - x[1]^2)^2
0 commit comments