caleb531 / automata

A Python library for simulating finite automata, pushdown automata, and Turing machines
https://caleb531.github.io/automata/
MIT License
339 stars 64 forks source link

Optimize partition function #117

Closed eliotwrobson closed 1 year ago

eliotwrobson commented 1 year ago

Optimize the partition function some more. Somewhat faster in certain test cases.

eliotwrobson commented 1 year ago

Disregard, read the wrong inputs. Whoops.

coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 100.0% when pulling 9709b696505c2c32c90c59f531861dc5abdc7437 on eliotwrobson:speed_up_partition into 52a92f72778ddd538ab66a7ba612abd03c4eb885 on caleb531:develop.