From 42b665f2a00643c81b42932fab1441987628c5a5 Mon Sep 17 00:00:00 2001 From: Liana Hadarean Date: Tue, 26 Jan 2016 16:04:26 -0800 Subject: Merged bit-vector and uf proof branch. --- src/theory/uf/theory_uf.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/theory/uf/theory_uf.h') diff --git a/src/theory/uf/theory_uf.h b/src/theory/uf/theory_uf.h index aff78f53d..bd0016be7 100644 --- a/src/theory/uf/theory_uf.h +++ b/src/theory/uf/theory_uf.h @@ -128,9 +128,15 @@ private: /** * Explain why this literal is true by adding assumptions + * with proof (if "pf" is non-NULL). */ - void explain(TNode literal, std::vector& assumptions); + void explain(TNode literal, std::vector& assumptions, eq::EqProof* pf); + /** + * Explain a literal, with proof (if "pf" is non-NULL). + */ + Node explain(TNode literal, eq::EqProof* pf); + /** Literals to propagate */ context::CDList d_literalsToPropagate; @@ -163,7 +169,7 @@ public: /** Constructs a new instance of TheoryUF w.r.t. the provided context.*/ TheoryUF(context::Context* c, context::UserContext* u, OutputChannel& out, Valuation valuation, const LogicInfo& logicInfo, - SmtGlobals* globals); + SmtGlobals* globals, std::string name = ""); ~TheoryUF(); -- cgit v1.2.3