summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/cegqi-nl-sq.smt2
blob: 703f816d52d20b45f9a07fafa750fd0002666fc0 (plain)
1
2
3
4
5
(set-logic NIA)
(set-info :status unsat)
(assert (not (exists ((?X Int)) (= (* ?X ?X) ?X))))
(check-sat)
(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback