From 003b2421e730714346d431d341c633f7464bb4f9 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 12 Jan 2024 16:25:17 -0600 Subject: [PATCH] Add y infs option --- src/ipopt_options.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ipopt_options.jl b/src/ipopt_options.jl index 48db21e7..be41e736 100644 --- a/src/ipopt_options.jl +++ b/src/ipopt_options.jl @@ -42,6 +42,8 @@ using Base: @kwdef skip_finalize_solution_call = "no" hsllib = nothing hessian_approximation = "exact" + recalc_y = "no" + recalc_y_feas_tol = 1.0e-6 linear_solver = "mumps" watchdog_shortened_iter_trigger = 10 watchdog_trial_iter_max = 3