I tried using graphillion https://qiita.com/cabernet_rock/items/50f955afc16287244154
The awesomeness of a combinatorial explosion https://qiita.com/kaizen_nagoya/items/f309b0c2bb015bbc71c3
I tried to run it with docker.
# python3 gra.py
Traceback (most recent call last):
File "gra.py", line 7, in <module>
universe = tl.grid(2, 2)
File "/usr/local/lib/python3.6/dist-packages/graphillion/tutorial.py", line 28, in grid
import networkx as nx
ModuleNotFoundError: No module named 'networkx'
When making docker
# pip3 install networkx
Where to do
# pip3 install network
Was One letter difference is confusing.
Recommended Posts