summaryrefslogtreecommitdiff
path: root/test/regress/regress0
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-11-13 15:25:45 -0600
committerGitHub <noreply@github.com>2017-11-13 15:25:45 -0600
commitc3c7e380f2997c95a8356685cfa5dd32f1b4e211 (patch)
tree9dc866bb35f05994c579e7afc363a7ee23a62860 /test/regress/regress0
parentfe1e4b00df9b55c04dcca9ce04560a432682fd87 (diff)
Disable sygus qe preprocessing by default (#1353)
* Disable qe preprocessing for sygus by default, add option. * Fix bug * Unnest one * Format
Diffstat (limited to 'test/regress/regress0')
-rw-r--r--test/regress/regress0/sygus/qe.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/sygus/qe.sy b/test/regress/regress0/sygus/qe.sy
index 5661f4469..77e16efcb 100644
--- a/test/regress/regress0/sygus/qe.sy
+++ b/test/regress/regress0/sygus/qe.sy
@@ -1,5 +1,5 @@
; EXPECT: unsat
-; COMMAND-LINE: --cegqi-si=all --sygus-out=status
+; COMMAND-LINE: --cegqi-si=all --sygus-out=status --sygus-qe-preproc
(set-logic LIA)
(synth-fun f ((x Int)) Int)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback