diprism / fggs

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

Make sum_product deterministic #171

Closed ccshan closed 1 year ago

ccshan commented 1 year ago

by using Dict[,None] instead of Set

Closes: #169