summaryrefslogtreecommitdiff
path: root/src/theory/arith/kinds
blob: 3b79192d2b7c85fd441c7393adeffccec82f809c (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/expr/builtin_kinds.
#

theory ::CVC4::theory::arith::TheoryArith "theory_arith.h"

operator PLUS 2: "arithmetic addition"
operator MULT 2: "arithmetic multiplication"
operator UMINUS 1 "arithmetic negation"

constant CONST_RATIONAL \
    ::CVC4::Rational \
    ::CVC4::RationalHashStrategy \
    "util/rational.h" \
    "a multiple-precision rational constant"

constant CONST_INTEGER \
    ::CVC4::Integer \
    ::CVC4::IntegerHashStrategy \
    "util/integer.h" \
    "a multiple-precision integer constant"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback