projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b7fc20
)
Fix expected output on arith regression (#4162)
author
Andrew Reynolds
<andrew.j.reynolds@gmail.com>
Fri, 27 Mar 2020 22:45:30 +0000
(17:45 -0500)
committer
GitHub
<noreply@github.com>
Fri, 27 Mar 2020 22:45:30 +0000
(15:45 -0700)
A benchmark went unknown -> sat, likely due to the arith-brab commit, thus leading to a failure on regress1.This updates the status on this benchmark (also adds --nl-ext-tplanes to it).
test/regress/regress1/arith/bug547.1.smt2
patch
|
blob
|
history
diff --git
a/test/regress/regress1/arith/bug547.1.smt2
b/test/regress/regress1/arith/bug547.1.smt2
index 4b7cf978000a9fe0df6bc6bfaaea0cd09ddfb752..38d1dfcb132fcc79b5197d984576feaf07a5c37c 100644
(file)
--- a/
test/regress/regress1/arith/bug547.1.smt2
+++ b/
test/regress/regress1/arith/bug547.1.smt2
@@
-1,5
+1,5
@@
-; COMMAND-LINE: --rewrite-divk
-; EXPECT:
unknown
+; COMMAND-LINE: --rewrite-divk
--nl-ext-tplanes
+; EXPECT:
sat
(set-logic QF_NIA)
(declare-fun x () Int)
(declare-fun y () Int)