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
- Host: GitHub
- URL: https://github.com/juliapolyhedra/convexhull.jl
- Owner: JuliaPolyhedra
- License: mit
- Created: 2014-12-20T03:31:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T00:19:04.000Z (over 5 years ago)
- Last Synced: 2025-04-30T17:44:35.256Z (about 1 year ago)
- Topics: julia, polyhedral-computations
- Language: Julia
- Homepage:
- Size: 76.2 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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