summaryrefslogtreecommitdiff
path: root/test/regress/regress1
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-10-21 09:11:57 -0500
committerGitHub <noreply@github.com>2021-10-21 14:11:57 +0000
commiteeb78c833af50c49fd581704b03fd3c500360c3d (patch)
tree4e546205fb5d7495fd45c6fa5e76adc279abaecd /test/regress/regress1
parent0291f941d4a2bae49a80c3db4afe626b55636fdf (diff)
Make cardinality constraint a nullary operator (#7333)
This makes cardinality constraints nullary operators. This eliminates hacks for supporting these previously. It also removes an unimplemented kind CARDINALITY_VALUE. Notice that the parser and printer now do not use a common syntax for cardinality constraints, this will be resolved on followup PRs.
Diffstat (limited to 'test/regress/regress1')
-rw-r--r--test/regress/regress1/fmf/issue5738-dt-interp-finite.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/fmf/issue5738-dt-interp-finite.smt2 b/test/regress/regress1/fmf/issue5738-dt-interp-finite.smt2
index 50373fde4..6f0fb84f2 100644
--- a/test/regress/regress1/fmf/issue5738-dt-interp-finite.smt2
+++ b/test/regress/regress1/fmf/issue5738-dt-interp-finite.smt2
@@ -1,4 +1,4 @@
-(set-logic UFLIA)
+(set-logic UFDTLIA)
(set-info :status sat)
(set-option :finite-model-find true)
(declare-sort a 0)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback