diprism / fggs

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

Factorize no nodes #103

Closed davidweichiang closed 2 years ago

davidweichiang commented 2 years ago

This is a simple bug fix. It seems counterintuitive that a rule with 100 factors but no nodes doesn't need to be factorized, but I guess that's right.

Closes #102.