Skip to content

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 27 Aug 10:16
· 665 commits to main since this release
b365cac

Uno v2.0.3 implements the following changes:

Bugfixes

  • properly count the NNZ of regularized Hessian/augmented system (#289).
  • make sure the symbolic analysis is always performed in the linear solver, regardless of the regularization strategy and the Hessian model (#290).

Minor improvements

  • the Uno object is now created without options. The ingredients are set at the Uno::solve call (#285).
  • only the default options that are overwritten are printed at the beginning (#286, #287).

Continuous Integration

  • run the ipopt preset on the MINLPTests instance nlp_expr_005_010 (#288).
  • run the ipopt preset with MUMPS and the identity Hessian (#291).