C++ utility that computes the flow polynomial coefficients:
makegccBoost
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 ]
]