Skip to content

Commit

Permalink
Add package evaluator badges
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jan 8, 2017
1 parent 031f35b commit 418ac31
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# CDDLib

[![Build Status](https://travis-ci.org/JuliaPolyhedra/CDDLib.jl.svg?branch=master)](https://travis-ci.org/JuliaPolyhedra/CDDLib.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/bfcfmeq2yxn3bj07?svg=true)](https://ci.appveyor.com/project/blegat/cdd-jl/settings/badges)
[![Coverage Status](https://coveralls.io/repos/github/JuliaPolyhedra/CDDLib.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaPolyhedra/CDDLib.jl?branch=master)
[![codecov.io](http://codecov.io/github/JuliaPolyhedra/CDDLib.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaPolyhedra/CDDLib.jl?branch=master)
| **PackageEvaluator** | **Build Status** |
|:--------------------:|:----------------:|
| [![][pkg-0.5-img]][pkg-0.5-url] | [![Build Status][build-img]][build-url] [![Build Status][winbuild-img]][winbuild-url] |
| [![][pkg-0.6-img]][pkg-0.6-url] | [![Coveralls branch][coveralls-img]][coveralls-url] [![Codecov branch][codecov-img]][codecov-url] |


CDDLib.jl 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.jl](https://github.com/JuliaPolyhedra/Polyhedra.jl).
I needed to fork cddlib to write the wrapper because it is interface is text file based.
Expand All @@ -26,3 +27,17 @@ As written in the [README of cddlib](ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/
> representation of a polyhedron with cdd. Also, cdd can solve a linear
> programming problem, i.e. a problem of maximizing and minimizing
> a linear function over P.
[pkg-0.5-img]: http://pkg.julialang.org/badges/CDDLib_0.5.svg
[pkg-0.5-url]: http://pkg.julialang.org/?pkg=CDDLib
[pkg-0.6-img]: http://pkg.julialang.org/badges/CDDLib_0.6.svg
[pkg-0.6-url]: http://pkg.julialang.org/?pkg=CDDLib

[build-img]: https://travis-ci.org/JuliaPolyhedra/CDDLib.jl.svg?branch=master
[build-url]: https://travis-ci.org/JuliaPolyhedra/CDDLib.jl
[winbuild-img]: https://ci.appveyor.com/api/projects/status/bfcfmeq2yxn3bj07?svg=true
[winbuild-url]: https://ci.appveyor.com/project/blegat/cdd-jl/settings/badges)
[coveralls-img]: https://coveralls.io/repos/github/JuliaPolyhedra/CDDLib.jl/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/JuliaPolyhedra/CDDLib.jl?branch=master
[codecov-img]: http://codecov.io/github/JuliaPolyhedra/CDDLib.jl/coverage.svg?branch=master
[codecov-url]: http://codecov.io/github/JuliaPolyhedra/CDDLib.jl?branch=master

0 comments on commit 418ac31

Please sign in to comment.