Skip to content

Commit

Permalink
Merge pull request #65 from andgoldschmidt/main
Browse files Browse the repository at this point in the history
Add y infs option
  • Loading branch information
andgoldschmidt authored Jan 13, 2024
2 parents 6cf2471 + 003b242 commit 7212818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ipopt_options.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7212818

Please sign in to comment.