summaryrefslogtreecommitdiff
path: root/src/theory/uf/kinds
blob: ec353dc599ba3f559a13a6ae1ddba2e753f317cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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"
typechecker "theory/uf/theory_uf_type_rules.h"
instantiator ::CVC4::theory::uf::InstantiatorTheoryUf "theory/uf/theory_uf_instantiator.h"

properties stable-infinite parametric
properties check propagate staticLearning presolve

rewriter ::CVC4::theory::uf::TheoryUfRewriter "theory/uf/theory_uf_rewriter.h"
parameterized APPLY_UF VARIABLE 1: "uninterpreted function application"

typerule APPLY_UF ::CVC4::theory::uf::UfTypeRule

operator CARDINALITY_CONSTRAINT 2 "cardinality constraint"

typerule CARDINALITY_CONSTRAINT ::CVC4::theory::uf::CardinalityConstraintTypeRule

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