From 418ac31cb6ae97d56199c6b6f79e3359019bbd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Sun, 8 Jan 2017 12:28:15 +0100 Subject: [PATCH] Add package evaluator badges --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5eefaa6..fdae9a5 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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