summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-08-28 15:40:16 -0500
committerGitHub <noreply@github.com>2020-08-28 15:40:16 -0500
commitf51d3e353fe8e50e5e73c37c17229e603a56ecdd (patch)
treed3a00e94d2850aaac623d81df04a0bfc7f762087 /src/theory/theory_engine.h
parentc137366e668aff70b1739a1f2c5cf8e6e2e28a72 (diff)
(proof-new) Make CombinationEngine proof producing (#4955)
Makes combination engine proof producing (for Boolean splits). Followup PRs will start to add proof production in TheoryEngine.
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index 61ee30bc8..b1543ad0b 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -144,6 +144,11 @@ class TheoryEngine {
*/
const LogicInfo& d_logicInfo;
+ //--------------------------------- new proofs
+ /** Proof node manager used by this theory engine, if proofs are enabled */
+ ProofNodeManager* d_pnm;
+ //--------------------------------- end new proofs
+
/**
* The database of shared terms.
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback