summaryrefslogtreecommitdiff
path: root/test/regress/regress0/decision/uflia-xs-09-16-3-4-1-5.delta03.smtv1.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/decision/uflia-xs-09-16-3-4-1-5.delta03.smtv1.smt2')
-rw-r--r--test/regress/regress0/decision/uflia-xs-09-16-3-4-1-5.delta03.smtv1.smt210
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regress/regress0/decision/uflia-xs-09-16-3-4-1-5.delta03.smtv1.smt2 b/test/regress/regress0/decision/uflia-xs-09-16-3-4-1-5.delta03.smtv1.smt2
new file mode 100644
index 000000000..6948e14c1
--- /dev/null
+++ b/test/regress/regress0/decision/uflia-xs-09-16-3-4-1-5.delta03.smtv1.smt2
@@ -0,0 +1,10 @@
+; COMMAND-LINE: --decision=justification
+; EXPECT: sat
+(set-option :incremental false)
+(set-info :status sat)
+(set-logic QF_UFLIA)
+(declare-fun fmt_length () Int)
+(declare-fun fmt1 () Int)
+(declare-fun arg1 () Int)
+(declare-fun select_format (Int) Int)
+(check-sat-assuming ( (and (and (= 1 (select_format (+ 1 fmt1))) (= (select_format arg1) 0)) (and (or (= 1 (select_format 7)) (or (or (or (= 1 (select_format 0)) (= 1 (select_format 1))) (= 0 (select_format 5))) (= 0 (select_format 6)))) (and (= 9 fmt_length) (and (= arg1 (- fmt1 2)) (< fmt1 fmt_length))))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback