From: Tim King Date: Fri, 9 Nov 2012 21:05:43 +0000 (+0000) Subject: Test that breaks arithmetic model building due to disequality terms. X-Git-Tag: cvc5-1.0.0~7631 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc163356c3bcc6e21bbb52e0e7de719817138eb7;p=cvc5.git Test that breaks arithmetic model building due to disequality terms. --- diff --git a/test/regress/regress0/uflra/neq-deltacomp.smt b/test/regress/regress0/uflra/neq-deltacomp.smt new file mode 100644 index 000000000..4144fcb79 --- /dev/null +++ b/test/regress/regress0/uflra/neq-deltacomp.smt @@ -0,0 +1,14 @@ +(benchmark fuzzsmt +:logic QF_UFLRA +:extrafuns ((v2 Real)) +:extrafuns ((v1 Real)) +:extrafuns ((v0 Real)) +:status unknown +:formula +(let (?n1 (~ v1)) +(flet ($n2 (>= ?n1 v0)) +(let (?n3 1) +(let (?n4 (ite $n2 v1 ?n3)) +(flet ($n5 (<= ?n4 v2)) +$n5 +))))))