mcmtroffaes / pycddlib

A Python wrapper for Komei Fukuda's cddlib.
http://packages.python.org/pycddlib/
GNU General Public License v2.0
58 stars 9 forks source link

Fourier Elimination #38

Open fwieder opened 4 years ago

fwieder commented 4 years ago

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 halfspace representation. I can not find the functions in the documentation for pycddlib. If they have not been exposed yet, is there a reason not to do it? I could try to help exposing them, but it would probably take me a while, since i have no experience with something like that. Thanks!

mcmtroffaes commented 4 years ago

I guess nobody has needed them yet. Happy to take a patch to add them to the interface.

fwieder commented 4 years ago

Thank you for your reply. I will see what i can do :)

Edenharder commented 3 years ago

I guess nobody has needed them yet. Happy to take a patch to add them to the interface.

I'm one of nobodies ;P