Skip to content

A nonlinearly-constrained augmented-Lagrangian method

Notifications You must be signed in to change notification settings

JuliaSmoothOptimizers/NCL.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCL.jl

An implementation of Algorithm NCL in pure Julia using either IPOPT or Artelys KNITRO to solve the subproblems.

The data folder contains several tax models in AMPL format that can be read with AmplNLReader. Any model complying with the NLPModels API can be passed to the NCL solver, e.g., those from the CUTEst collection.

The solver is still work in progress but is functional. A similar solver is available for tax problems only in the AMPL scripting language: https://github.com/optimizers/ncl.

References

About

A nonlinearly-constrained augmented-Lagrangian method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published