summaryrefslogtreecommitdiff
path: root/src/theory/arith/kinds
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/kinds')
-rw-r--r--src/theory/arith/kinds23
1 files changed, 18 insertions, 5 deletions
diff --git a/src/theory/arith/kinds b/src/theory/arith/kinds
index f6540b9da..2f2c77d36 100644
--- a/src/theory/arith/kinds
+++ b/src/theory/arith/kinds
@@ -4,9 +4,22 @@
# src/expr/builtin_kinds.
#
-operator PLUS "arithmetic addition"
-operator MULT "arithmetic multiplication"
-operator UMINUS "arithmetic negation"
+theory ::CVC4::theory::arith::TheoryArith "theory_arith.h"
-constant CONST_RATIONAL ::CVC4::Rational "a multiple-precision rational constant"
-constant CONST_INTEGER ::CVC4::Integer "a multiple-precision integer constant"
+operator PLUS 2: "arithmetic addition"
+operator MULT 2: "arithmetic multiplication"
+operator UMINUS 1 "arithmetic negation"
+
+constant \
+ CONST_RATIONAL \
+ ::CVC4::Rational \
+ ::CVC4::RationalHashFcn \
+ "util/rational.h" \
+ "a multiple-precision rational constant"
+
+constant \
+ CONST_INTEGER \
+ ::CVC4::Integer \
+ ::CVC4::IntegerHashFcn \
+ "util/integer.h" \
+ "a multiple-precision integer constant"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback