planarity icon indicating copy to clipboard operation
planarity copied to clipboard

Planar graph algorithms

Results 4 planarity issues
Sort by recently updated
recently updated
newest added

I tried to install planarity on Windows 11 from PyPi using pip but the build failed because `planarity/planarity/src/planarityCommandLine.c` has `#include ` and `unistd.h` does not exist on Windows systems by...

Hi, is there a way to get the embedding? for instance as a list of faces where each face is a list as well of its vertices? Some time ago...

>> pip3 install planarity # in the terminal produces the following error message: Collecting planarity Using cached planarity-0.5.tar.gz (255 kB) Installing build dependencies ... done Getting requirements to build wheel...

I have a problem when installing this package into my computer: ```python pip install planarity ``` At the beginning I got the following error: ![2dfa9f5697c487aa65de00a71fbef9f](https://github.com/user-attachments/assets/366cec3e-afa9-4f47-9e0e-23de1540f368) After installing Visual Studio 2022,...