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 0a4ef2e commit cb987b4Copy full SHA for cb987b4
1 file changed
.github/julia/runtests_uno_filtersqp_bqpd.jl
@@ -22,7 +22,7 @@ function Optimizer(options)
22
return AmplNLWriter.Optimizer(Uno_jll.amplexe, options)
23
end
24
25
-Optimizer_Uno_filtersqp() = Optimizer(["logger=DEBUG2", "preset=filtersqp", "QP_solver=BQPD", "max_iterations=10000", "unbounded_objective_threshold=-1e15"])
+Optimizer_Uno_filtersqp() = Optimizer(["logger=DEBUG3", "print_subproblem=yes", "preset=filtersqp", "QP_solver=BQPD", "max_iterations=10000", "unbounded_objective_threshold=-1e15"])
26
27
# This testset runs https://github.com/jump-dev/MINLPTests.jl
28
@testset "MINLPTests" begin
0 commit comments