Open jmeintrup opened 2 years ago
Hello, i've been trying to run this as described in the readme, but get the following error:
Traceback (most recent call last): File "runner.py", line 22, in <module> import treewidth ModuleNotFoundError: No module named 'treewidth'
Changing it tofrom networkx.algorithms.approximation import treewidth fixes the problem
from networkx.algorithms.approximation import treewidth
Hello, i've been trying to run this as described in the readme, but get the following error: