takemaru / graphillion

Fast, lightweight graphset operation library
Other
466 stars 40 forks source link

pip install / python setup.py build is not working #47

Closed gabeschoenbach closed 4 years ago

gabeschoenbach commented 4 years ago

this is because src/SAPPOROBDD/bddc.c is missing #include <string.h> at the top of the file, causing it to fail on line 2640.

takemaru commented 4 years ago

Thank you. I released the fixed version as v1.4.