A next-gen Lagrange-Newton solver for nonconvex optimization. It unifies barrier and SQP methods in a modern and generic way, and implements different globalization flavors (line search/trust region and merit function/filter method/funnel method). Competitive against filterSQP, IPOPT, SNOPT, MINOS and CONOPT.
Rename .github/julia/build_tarballs.jl to .github/julia/build_tarballs_release.jl so that it's easier to distinguish between the build_tarballs.jl for Uno_jll.jl and the one for generating precompiled binaries here in cvanaret/Uno.
Use the latest release number of Uno in julia-tests-ubuntu.yml for generating Uno_jll.jl. This will allow us to avoid manually updating this file with each release.
Add a section titled Precompiled Libraries and Executables in INSTALL.md to document how users can utilize the archives in the releases tab on GitHub.
Rename
.github/julia/build_tarballs.jl
to.github/julia/build_tarballs_release.jl
so that it's easier to distinguish between thebuild_tarballs.jl
forUno_jll.jl
and the one for generating precompiled binaries here incvanaret/Uno
.Use the latest release number of
Uno
injulia-tests-ubuntu.yml
for generatingUno_jll.jl
. This will allow us to avoid manually updating this file with each release.Add a section titled
Precompiled Libraries and Executables
inINSTALL.md
to document how users can utilize the archives in the releases tab on GitHub.