summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.h
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2020-12-14 16:06:47 -0300
committerGitHub <noreply@github.com>2020-12-14 16:06:47 -0300
commit4149c7ebfdf4270f736c611ad95b715ae1b077c5 (patch)
tree794346ed1c0a96039aca054d43d9caa8a507ba82 /src/prop/prop_engine.h
parentaf7c14503f4600559a104cd97181448a07837dd0 (diff)
[proof-new] Make prop engine proof producing (#5667)
Diffstat (limited to 'src/prop/prop_engine.h')
-rw-r--r--src/prop/prop_engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prop/prop_engine.h b/src/prop/prop_engine.h
index b311558ab..55a42c2a7 100644
--- a/src/prop/prop_engine.h
+++ b/src/prop/prop_engine.h
@@ -256,6 +256,8 @@ class PropEngine
*/
std::shared_ptr<ProofNode> getProof();
+ /** Is proof enabled? */
+ bool isProofEnabled() const;
private:
/** Dump out the satisfying assignment (after SAT result) */
void printSatisfyingAssignment();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback