Skip to content

Commit

Permalink
Merge pull request #41 from odow/patch-2
Browse files Browse the repository at this point in the history
Update documentation in uno.options
  • Loading branch information
cvanaret authored Oct 20, 2024
2 parents 934f17b + 1b5f780 commit 8613e79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions uno.options
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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 #####
Expand Down

0 comments on commit 8613e79

Please sign in to comment.