[Lazy] pull through quantifications

Issue #106 new
Broes De Cat created an issue

For lazy grounding, a transformation which pulls literals as high as possible would be useful.

E.g. !x y: P(x) & P(y) => x=y. could be transformed to !x: P(x) => (!y: P(y) => x=y).

Comments (5)

  1. Log in to comment