summaryrefslogtreecommitdiff
path: root/test/regress/regress1/decision/wishue149-3.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/decision/wishue149-3.smt2')
-rw-r--r--test/regress/regress1/decision/wishue149-3.smt29
1 files changed, 9 insertions, 0 deletions
diff --git a/test/regress/regress1/decision/wishue149-3.smt2 b/test/regress/regress1/decision/wishue149-3.smt2
new file mode 100644
index 000000000..fbd200f66
--- /dev/null
+++ b/test/regress/regress1/decision/wishue149-3.smt2
@@ -0,0 +1,9 @@
+; COMMAND-LINE: --decision=justification
+; EXPECT: sat
+(set-logic AUFLRA)
+(declare-fun _substvar_323_ () Bool)
+(declare-sort S0 0)
+(declare-const arr-8825057447867329665_7821057345541224443-0 (Array Bool S0))
+(declare-const arr--3985848114402943554_-2673408464765268945-0 (Array Real (Array Bool S0)))
+(assert (not (= (select arr--3985848114402943554_-2673408464765268945-0 0.0) (store (store arr-8825057447867329665_7821057345541224443-0 _substvar_323_ (select arr-8825057447867329665_7821057345541224443-0 true)) false (select arr-8825057447867329665_7821057345541224443-0 false)) arr-8825057447867329665_7821057345541224443-0 arr-8825057447867329665_7821057345541224443-0)))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback