Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jul 10, 2019
1 parent 4fbfa40 commit 3d86b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
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 `CDDLib.Optimizer` which can be used by [JuMP](https://github.com/JuliaOpt/JuMP.jl) through [MathOptInterface](https://github.com/JuliaOpt/MathOptInterface.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).
Building the package will download binaries of [`cddlib`](https://github.com/cddlib/cddlib)
that are compiled by [cddlibBuilder](https://github.com/JuliaPolyhedra/cddlibBuilder/).

As written in the [README of cddlib](ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/README.libcdd):
> The C-library cddlib is a C implementation of the Double Description
Expand Down

0 comments on commit 3d86b4c

Please sign in to comment.