mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 08:23:17 +00:00
fixes to asserts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1ba86c8ce3
commit
93360318b2
3 changed files with 21 additions and 12 deletions
|
@ -318,6 +318,7 @@ namespace polysat {
|
|||
}
|
||||
|
||||
void conflict::restore_lemma(clause_ref lemma) {
|
||||
LOG_H3("Restore Lemma: " << ": " << show_deref(lemma));
|
||||
m_lemmas.push_back(std::move(lemma));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue