summaryrefslogtreecommitdiff
path: root/test/regress/regress1/decision/wishue160.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/decision/wishue160.smt2')
-rw-r--r--test/regress/regress1/decision/wishue160.smt29
1 files changed, 9 insertions, 0 deletions
diff --git a/test/regress/regress1/decision/wishue160.smt2 b/test/regress/regress1/decision/wishue160.smt2
new file mode 100644
index 000000000..8497a66fc
--- /dev/null
+++ b/test/regress/regress1/decision/wishue160.smt2
@@ -0,0 +1,9 @@
+; COMMAND-LINE: --decision=justification
+; EXPECT: sat
+(set-logic ALIA)
+(set-option :repeat-simp true)
+(set-option :sygus-rr-synth-check true)
+(declare-fun v6 () Bool)
+(declare-const arr-7579056739068271278_-8074447279386590332-0 (Array Bool Int))
+(assert (= false false false (= arr-7579056739068271278_-8074447279386590332-0 (store arr-7579056739068271278_-8074447279386590332-0 v6 746)) false false false))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback