summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sygus/issue3635.smt2
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-01-22 15:27:46 -0600
committerGitHub <noreply@github.com>2020-01-22 15:27:46 -0600
commitac0bbd54de6e2b95514400c8f502aea95e5346c4 (patch)
tree2219bb9cfbc2e5776a0ee50485099c2f55725be3 /test/regress/regress1/sygus/issue3635.smt2
parent2c12b0b23f0d3e745e679d76d18ede9d8bbf6d3a (diff)
Fix single invocation partition for non-function non-atomic types (#3642)
Diffstat (limited to 'test/regress/regress1/sygus/issue3635.smt2')
-rw-r--r--test/regress/regress1/sygus/issue3635.smt27
1 files changed, 7 insertions, 0 deletions
diff --git a/test/regress/regress1/sygus/issue3635.smt2 b/test/regress/regress1/sygus/issue3635.smt2
new file mode 100644
index 000000000..23f9d3ebd
--- /dev/null
+++ b/test/regress/regress1/sygus/issue3635.smt2
@@ -0,0 +1,7 @@
+; EXPECT: sat
+; COMMAND-LINE: --sygus-inference
+(set-logic ALL)
+(declare-fun a () (Array Int Int))
+(declare-fun b () (Array Int Int))
+(assert (= a b))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback