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/kinds14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/theory/arith/kinds b/src/theory/arith/kinds
index a0fc71ab4..1871e897a 100644
--- a/src/theory/arith/kinds
+++ b/src/theory/arith/kinds
@@ -18,8 +18,18 @@ operator MINUS 2 "arithmetic binary subtraction operator"
operator UMINUS 1 "arithmetic unary negation"
operator DIVISION 2 "arithmetic division"
-sort REAL_TYPE Cardinality::REALS "Real type"
-sort INTEGER_TYPE Cardinality::INTEGERS "Integer type"
+sort REAL_TYPE \
+ Cardinality::REALS \
+ well-founded \
+ "NodeManager::currentNM()->mkConst(Rational(0))" \
+ "expr/node_manager.h" \
+ "Real type"
+sort INTEGER_TYPE \
+ Cardinality::INTEGERS \
+ well-founded \
+ "NodeManager::currentNM()->mkConst(Integer(0))" \
+ "expr/node_manager.h" \
+ "Integer type"
constant CONST_RATIONAL \
::CVC4::Rational \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback