C++ utility that computes the flow polynomial coefficients:
make
gcc
Boost
Python scripts:
Analysis notebook:
❯ make test
❯ make plot < graphs/easy/4-square
❯ make run output=fp < graphs/easy/4-square
[
1 * [ -4 -3 ][ -2 -1 ]
1 * [ -4 -1 ][ -3 -2 ]
]