From 1b5f780ca04ec2c87fd365d5416c684ce207541c Mon Sep 17 00:00:00 2001 From: Oscar Dowson <odow@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:10:30 +1300 Subject: [PATCH] Update documentation in uno.options --- uno.options | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/uno.options b/uno.options index 552aa892..3dbcf499 100644 --- a/uno.options +++ b/uno.options @@ -20,7 +20,7 @@ print_solution no # threshold on objective to declare unbounded NLP unbounded_objective_threshold -1e20 -# enforce linear constraints at the initial point +# enforce linear constraints at the initial point (yes|no) enforce_linear_constraints no # statistics table @@ -58,7 +58,7 @@ globalization_strategy fletcher_filter_method globalization_mechanism TR ##### main options ##### -# logging level (INFO|DEBUG) +# logging level (ERROR|WARNING|INFO|DEBUG|DEBUG2|DEBUG3) logger INFO # Hessian model (exact|BFGS) @@ -92,13 +92,13 @@ residual_scaling_threshold 100. protect_actual_reduction_against_roundoff no ##### solvers ##### -# default QP solver +# default QP solver (BQPD) QP_solver BQPD -# default LP solver +# default LP solver (BQPD) LP_solver BQPD -# default linear solver +# default linear solver (MA57|MUMPS) linear_solver MA57 ##### strategy options #####