cddlib 0.94m
Library for convex hulls and extreme rays of polyhedra
The C-library cddlib implements the Double Description Method of Motzkin et al. for generating all vertices (i.e. extreme points) and extreme rays of a general convex polyhedron given by a system of linear inequalities in arbitrary dimension. It can also be used for the converse operation of computing convex hulls.
- Outputs:
out
- Website: https://www.inf.ethz.ch/personal/fukudak/cdd_home/index.html
- Licenses: GPL 2+
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cddlib 0.94m
as follows:
guix install cddlib@0.94m
Or install the latest version:
guix install cddlib
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.