summaryrefslogtreecommitdiff
path: root/src/proof/uf_proof.h
diff options
context:
space:
mode:
authorguykatzz <katz911@gmail.com>2017-03-09 12:13:12 -0800
committerguykatzz <katz911@gmail.com>2017-03-09 12:14:15 -0800
commit2f287a59e9c775d9087cddd8c72be5169c2706e1 (patch)
tree95a6664e3b013929d9190cff2d1889045e1a2af2 /src/proof/uf_proof.h
parentab68adfc44049598ee79a3c8b4379694d786d9aa (diff)
better proof support for bools and formulas
Diffstat (limited to 'src/proof/uf_proof.h')
-rw-r--r--src/proof/uf_proof.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proof/uf_proof.h b/src/proof/uf_proof.h
index ff0f9a879..221a50f43 100644
--- a/src/proof/uf_proof.h
+++ b/src/proof/uf_proof.h
@@ -71,6 +71,8 @@ public:
virtual void printTermDeclarations(std::ostream& os, std::ostream& paren);
virtual void printDeferredDeclarations(std::ostream& os, std::ostream& paren);
virtual void printAliasingDeclarations(std::ostream& os, std::ostream& paren, const ProofLetMap &globalLetMap);
+
+ bool printsAsBool(const Node &n);
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback