mcmtroffaes / pycddlib

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

Expose adjacency list #33

Closed bobmyhill closed 5 years ago

bobmyhill commented 5 years ago

This PR exposes cddlib's adjacency list (addressing Issue #32). It includes:

bobmyhill commented 5 years ago

@mcmtroffaes I think this one is ready - one can now get vertex and facet adjacencies for polytopes defined using both fraction and float matrices.

Let me know whether you would like me to change anything. I'll rebase PR #34 as and when this is merged.

mcmtroffaes commented 5 years ago

Superseded by #34 so closing...