An open API service indexing awesome lists of open source software.

https://github.com/juliapolyhedra/convexhull.jl

A Julia library for polyhedral computations
https://github.com/juliapolyhedra/convexhull.jl

julia polyhedral-computations

Last synced: 8 months ago
JSON representation

A Julia library for polyhedral computations

Awesome Lists containing this project

README

          

# A Julia implementation of the Double Description algorithm

| **Build Status** |
|:----------------:|
| [![Build Status][build-img]][build-url] |
| [![Codecov branch][codecov-img]][codecov-url] |

This package contains a pure Julia implementation of the Double Description algorithm.
It implements the Polyhedral Computation library interface of [Polyhedra.jl](https://github.com/JuliaPolyhedra/Polyhedra.jl).

[build-img]: https://github.com/JuliaPolyhedra/ConvexHull.jl/workflows/CI/badge.svg?branch=master
[build-url]: https://github.com/JuliaPolyhedra/ConvexHull.jl/actions?query=workflow%3ACI
[codecov-img]: http://codecov.io/github/JuliaPolyhedra/ConvexHull.jl/coverage.svg?branch=master
[codecov-url]: http://codecov.io/github/JuliaPolyhedra/ConvexHull.jl?branch=master