mAarnos / Serkr

An automated theorem prover for first order logic.
GNU General Public License v3.0
28 stars 2 forks source link

Too many quantifiers cause a crash #18

Open mAarnos opened 8 years ago

mAarnos commented 8 years ago

If we try to analyze problems such as HWV067+1.p, Serkr immediately crashes due to a stack overflow. This is not really surprising though, since the problem has 35000 nested quantifiers. The fix for this is to simply modify the AST so that a single quantifier can bind multiple variables instead of just one.