# pycddlib **Repository Path**: mirrors_mcmtroffaes/pycddlib ## Basic Information - **Project Name**: pycddlib - **Description**: A Python wrapper for Komei Fukuda's cddlib. - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README The pycddlib package provides Python bindings for `cddlib `_, which is a C implementation of the double description method for generating all extreme points of a general convex polyhedron given by a system of linear inequalities. The library also supports the reverse operation (i.e. convex hull computation). This means that one can move back and forth between an inequality representation and an extreme point representation of a polyhedron. The library can also solve a variety of other problems related to linear algebra. This includes linear programming, Fourier elimination, computing ranks, computing adjacencies and incidences, and removing redundancies from systems of linear inequalities. * Download: https://pypi.org/project/pycddlib/#files * Documentation: https://pycddlib.readthedocs.io/ * Development: https://github.com/mcmtroffaes/pycddlib/