Skip to content

Commit cb987b4

Browse files
committed
DEBUG3
1 parent 0a4ef2e commit cb987b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/julia/runtests_uno_filtersqp_bqpd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function Optimizer(options)
2222
return AmplNLWriter.Optimizer(Uno_jll.amplexe, options)
2323
end
2424

25-
Optimizer_Uno_filtersqp() = Optimizer(["logger=DEBUG2", "preset=filtersqp", "QP_solver=BQPD", "max_iterations=10000", "unbounded_objective_threshold=-1e15"])
25+
Optimizer_Uno_filtersqp() = Optimizer(["logger=DEBUG3", "print_subproblem=yes", "preset=filtersqp", "QP_solver=BQPD", "max_iterations=10000", "unbounded_objective_threshold=-1e15"])
2626

2727
# This testset runs https://github.com/jump-dev/MINLPTests.jl
2828
@testset "MINLPTests" begin

0 commit comments

Comments
 (0)