pypoman
pypoman copied to clipboard
Python module for polyhedral geometry
Results
2
pypoman issues
Sort by
recently updated
recently updated
newest added
I tried to install `pypoman` on MacOS v11.6 within a virtual environment with Python version 3.8.9. I started by installing `cython` and `gplk` using: ``` brew install cython brew install...
**Problem:** Using the exact same code as in the documentation, but using : A: 114x14 matrix, b: a 114x1 matrix, the function **compute_polytope_vertices(A,b)** returns an empty array, like if it...