gelijergensen / MetaLogic

A general purpose calculator for propositional logic systems
MIT License
0 stars 0 forks source link

Logic Systems now can perform rewrites #10

Closed gelijergensen closed 3 years ago

gelijergensen commented 3 years ago

LogicSystem now knows how to apply rewrite rules iteratively when given a list of rewrite rules. Currently, the process does an exhaustive search, which means that for all but the smallest formulas, the computation time is rather large. At some point we will need a way to do some sort of a "guided" search.

resolves #7