summaryrefslogtreecommitdiff
path: root/src/theory/arith/kinds
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-07-14 22:53:58 +0000
committerMorgan Deters <mdeters@gmail.com>2012-07-14 22:53:58 +0000
commit4941b3c516361183b4623f5660128e4f1bcce809 (patch)
tree5a996a0778b9a78b27b041fa582ff5585b710013 /src/theory/arith/kinds
parent1c42109395b566a0068cc3ae9067fc87ab8f8e7b (diff)
Type enumerator infrastructure and uninterpreted constant support. No support yet for enumerating arrays, or for enumerating non-trivial datatypes.
Diffstat (limited to 'src/theory/arith/kinds')
-rw-r--r--src/theory/arith/kinds7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/theory/arith/kinds b/src/theory/arith/kinds
index c06cbc140..7883bd92b 100644
--- a/src/theory/arith/kinds
+++ b/src/theory/arith/kinds
@@ -55,6 +55,13 @@ constant CONST_RATIONAL \
"util/rational.h" \
"a multiple-precision rational constant"
+enumerator REAL_TYPE \
+ "::CVC4::theory::arith::RationalEnumerator" \
+ "theory/arith/type_enumerator.h"
+enumerator INTEGER_TYPE \
+ "::CVC4::theory::arith::IntegerEnumerator" \
+ "theory/arith/type_enumerator.h"
+
operator LT 2 "less than, x < y"
operator LEQ 2 "less than or equal, x <= y"
operator GT 2 "greater than, x > y"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback