summaryrefslogtreecommitdiff
path: root/src/proof/arith_proof.h
diff options
context:
space:
mode:
authorGuy <guy@Guy-X260>2016-09-16 15:43:47 -0700
committerGuy <guy@Guy-X260>2016-09-16 15:43:47 -0700
commit976ee5b66b7584b9fe46eab1facf5e5f857e723f (patch)
treeed2c5d2d641a8ba6c610eef50fb17cd0379419fc /src/proof/arith_proof.h
parentcb3c0cd5a3ceba5fcd65202bcd3e4cf4074ee0b2 (diff)
Let arith_proof print its own terms
Diffstat (limited to 'src/proof/arith_proof.h')
-rw-r--r--src/proof/arith_proof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/arith_proof.h b/src/proof/arith_proof.h
index 126e89ed2..08985487d 100644
--- a/src/proof/arith_proof.h
+++ b/src/proof/arith_proof.h
@@ -53,7 +53,7 @@ protected:
// std::map<Expr, std::string> d_constRationalString; // all the variable/function declarations
// TypeSet d_sorts; // all the uninterpreted sorts in this theory
- // ExprSet d_declarations; // all the variable/function declarations
+ ExprSet d_declarations; // all the variable/function declarations
bool d_realMode;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback