summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-08-24 18:34:25 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-08-24 18:34:25 +0200
commitd7dc7c2b3038b862af5ea55e7cf6b1fc4e1fe684 (patch)
treed6c229a2659bfcb3cdf7c7c786414ecc1e59e61c /test
parent1ec95c559074ed7575a0165deb16fcee45920e9f (diff)
Improvements to vts in cbqi, bug fix vts for non-atomic terms containing vts symbols. Move presolve for sygus to cbqi. Enable --cbqi-recurse by default, add option --cbqi-min-bound. Enable qcf for finite model finding by default.
Diffstat (limited to 'test')
-rw-r--r--test/regress/regress0/quantifiers/ARI176e1.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress0/quantifiers/ARI176e1.smt2 b/test/regress/regress0/quantifiers/ARI176e1.smt2
index dbeb96f29..caed9c603 100644
--- a/test/regress/regress0/quantifiers/ARI176e1.smt2
+++ b/test/regress/regress0/quantifiers/ARI176e1.smt2
@@ -1,5 +1,5 @@
; COMMAND-LINE: --cbqi-recurse
; EXPECT: unsat
-(set-logic UFLIA)
+(set-logic LIA)
(assert (forall ((U Int) (V Int)) (not (= (* 3 U) (+ 22 (* (- 5) V)))) ) )
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback