diff --git a/README.md b/README.md index e2454fa..020f05f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | [![][pkg-0.6-img]][pkg-0.6-url] | [![Coveralls branch][coveralls-img]][coveralls-url] [![Codecov branch][codecov-img]][codecov-url] | CDDLib is a wrapper for [cdd](https://www.inf.ethz.ch/personal/fukudak/cdd_home/). This module can either be used in a "lower level" using the API of cdd or using the higher level interface of [Polyhedra](https://github.com/JuliaPolyhedra/Polyhedra.jl). -CDDLib also includes the linear programming solver `CDDSolver` which can be used through [MathProgBase](https://github.com/JuliaOpt/MathProgBase.jl). +CDDLib also includes the linear programming solver `CDDSolver` which can be used by [JuMP](https://github.com/JuliaOpt/JuMP.jl) or [Convex](https://github.com/JuliaOpt/Convex.jl) through [MathProgBase](https://github.com/JuliaOpt/MathProgBase.jl). I needed to fork cddlib to write the wrapper because it is interface is text file based. My changes are not upstream yet, the version used by CDDLib.jl can be found [here](https://github.com/blegat/cddlib).