summaryrefslogtreecommitdiff
path: root/src/theory/uf/kinds
blob: 9498fa6fb169c8a4ce17bb2e382d2e7fe5da9e3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# kinds                                                               -*- sh -*-
#
# For documentation on this file format, please refer to
# src/theory/builtin/kinds.
#

theory THEORY_UF ::CVC4::theory::uf::TheoryUF "theory/uf/theory_uf.h"

properties stable-infinite
properties check propagate staticLearning presolve notifyRestart

rewriter ::CVC4::theory::uf::TheoryUfRewriter "theory/uf/theory_uf_rewriter.h"

# Justified because we can have an unbounded-but-finite number of
# sorts.  Assuming we have |Z| is probably ok for now..
sort KIND_TYPE \
    Cardinality::INTEGERS \
    not-well-founded \
    "Uninterpreted Sort"

parameterized APPLY_UF VARIABLE 1: "uninterpreted function application"

variable SORT_TAG "sort tag"
parameterized SORT_TYPE SORT_TAG 0: "sort type"
# This is really "unknown" cardinality, but maybe this will be good
# enough (for now) ?  Once we support quantifiers, maybe reconsider
# this..
cardinality SORT_TYPE "Cardinality(Cardinality::INTEGERS)"
well-founded SORT_TYPE false

endtheory
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback