ultimate
ultimate copied to clipboard
Support Skolem functions in TreeAutomizer
As observed in #676, TreeAutomizer does not support Horn clauses with Skolem functions, which our frontend introduces for existentially-quantified variables.
We need to figure out how to treat Skolem functions in the feasibility check (TreeChecker
or HCSSABuilder
).