liquid-fixpoint-8.10.7: tests/horn/neg/test00.smt2
(fixpoint "--eliminate=horn")
// TODO move to actual SMTLIB format
(constraint
(forall ((x Int) (x > 0))
(forall ((y Int) (y > x))
(forall ((v Int) (v = x + y))
((v > 10)))))
)(fixpoint "--eliminate=horn")
// TODO move to actual SMTLIB format
(constraint
(forall ((x Int) (x > 0))
(forall ((y Int) (y > x))
(forall ((v Int) (v = x + y))
((v > 10)))))
)