cdd_both_reps_gmp
Programs using libcdd
Install
- All systems
-
curl cmd.cat/cdd_both_reps_gmp.sh
- Debian
-
apt-get install libcdd-tools - Ubuntu
-
apt-get install libcdd-tools - Kali Linux
-
apt-get install libcdd-tools - Fedora
-
dnf install cddlib-tools - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libcdd-tools - Raspbian
-
apt-get install libcdd-tools
libcdd-tools
Programs using libcdd
The cddlib library is a C library for manipulating general convex polyhedra. It supports converting between the system of linear inequalities representation and a vertices and extreme rays representation of a polyhedron, and also supports solving linear programming problems. This package contains example programs using libcdd, for example cdd_both_reps, which computes minimal H- and V-representations of a given convex polytope.