ctrekker / Deductive.jl

A package for expressing and automatically proving logical statements symbolically in Julia
MIT License
19 stars 2 forks source link

Rework quantifier logic #2

Open ctrekker opened 2 years ago

ctrekker commented 2 years ago

The rewrite to remove the Symbolics dependency came at the cost of quantifier logic being supported. The code to make quantifiers work with symbolics was hacky at best, meaning this rework may also require some new custom abstraction to better support predicate or other higher levels of logic.

ctrekker commented 2 years ago

Requires #4