pycddlib
pycddlib copied to clipboard
A Python wrapper for Komei Fukuda's cddlib.
I wonder if it is possible to expose the volume calculation interface for users? For example, when we have a convex polyhedron, we may interested in its volume which is...
I'm facing an issue similar to https://github.com/mcmtroffaes/pycddlib/issues/49 in the CI of [lpsolvers](https://github.com/stephane-caron/lpsolvers/). This issue is specific to `macos-latest` images: ``` Building wheel for pycddlib (setup.py): finished with status 'error' File...
In the below, ```good``` functions run cleanly and ```prob``` functions ```signal 11: SIGSEGV```. The same happens with for rational arithmetic. Python 3.7.4 on OSX, pip installed with GMP. ```pycddlib 2.1.0```....
Hi everyone! I was wondering whether the dd_FourierElimination and dd_BlockElimination functions from the cddlib have been exposed yet. I want to use these functions to determine projections of polyhedra in...
cdd objects are currently not picklable. The following exception is raised: `TypeError: no default __reduce__ due to non-trivial __cinit__` Minimal non-working example: > import cdd > import pickle > >...
Hi! I am using a program that includes pycddlib as a package. I use a M1 Macbook Pro. When I tried to run the program, it showed the following message:...