projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2686f57
)
[proofs] Fix trace in SatProofManager (#7664)
author
Haniel Barbosa
<hanielbbarbosa@gmail.com>
Thu, 18 Nov 2021 17:28:50 +0000
(14:28 -0300)
committer
GitHub
<noreply@github.com>
Thu, 18 Nov 2021 17:28:50 +0000
(11:28 -0600)
src/prop/sat_proof_manager.cpp
patch
|
blob
|
history
diff --git
a/src/prop/sat_proof_manager.cpp
b/src/prop/sat_proof_manager.cpp
index 0b3f28c6150b3f8c377391cef40871c492497235..e12b2cae927e7fcd9435645dec080e64e3420736 100644
(file)
--- a/
src/prop/sat_proof_manager.cpp
+++ b/
src/prop/sat_proof_manager.cpp
@@
-356,7
+356,8
@@
void SatProofManager::explainLit(SatLiteral lit,
if (d_assumptions.contains(litNode))
{
Trace("sat-proof")
- << "SatProofManager::explainLit: input assumption, ABORT\n";
+ << "SatProofManager::explainLit: input assumption, ABORT\n"
+ << pop;
return;
}
// We don't need to explain nodes who already have proofs.