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 0ec0eed commit 247364cCopy full SHA for 247364c
src/selection.jl
@@ -86,7 +86,7 @@ function select_optimizers(
86
end
87
if has_bounds(nlp)
88
(verbose ≥ 1) && println("- bounds: ✓;")
89
- select = select[select.inequalities, :]
+ select = select[select.bounds, :]
90
91
if !linearly_constrained(nlp)
92
(verbose ≥ 1) && println("- nonlinear constraints: ✓;")
0 commit comments