mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 12:48:53 +00:00
reset conflict after unsat core
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9614e428a6
commit
5e0db02753
1 changed files with 1 additions and 0 deletions
|
@ -1611,6 +1611,7 @@ namespace polysat {
|
||||||
if (ok)
|
if (ok)
|
||||||
log_lemma_smt2(*cb.build()); // check the unsat core
|
log_lemma_smt2(*cb.build()); // check the unsat core
|
||||||
#endif
|
#endif
|
||||||
|
m_conflict.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::ostream& solver::display_search(std::ostream& out) const {
|
std::ostream& solver::display_search(std::ostream& out) const {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue