Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.24 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.24 KB

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