Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.13 KB

README.md

File metadata and controls

17 lines (9 loc) · 1.13 KB

Katana.jl

Dev: Build Status codecov

Katana.jl is a MathProgBase solver for Convex NonLinearPrograms (NLPs). Katana.jl solves NLPs via the Extended Cutting-Plane (ECP) method, which combines an Linear Programming solver with a cutting-plane generator to solve Convex NLPs. Katana.jl is well suited for large-scale Convex NLPs where most of the constraints are linear and the nonlinear constraints are sparse.

Installation

Install via Pkg.clone("[email protected]:lanl-ansi/Katana.jl.git")

Test via Pkg.test("Katana")

Build docs by running julia make.jl in the docs directory

License

This code is provided under a BSD license as part of the Polyhedral Approximation in Julia: Automatic Reformulations for InTeger Optimization (PAJARITO) project, LA-CC-15-088.