diprism / fggs

Factor Graph Grammars in Python
MIT License
13 stars 3 forks source link

Special case of sum-product for linear equations #84

Closed davidweichiang closed 2 years ago

davidweichiang commented 2 years ago

Closes #75.

Also adds a function sum_product_edges which could possibly be used to eliminate repeated code from F and J (and might also address #80).