3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 00:26:38 +00:00

reset conflict after unsat core

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-03-30 17:27:55 -07:00
parent 9614e428a6
commit 5e0db02753

View file

@ -1611,6 +1611,7 @@ namespace polysat {
if (ok)
log_lemma_smt2(*cb.build()); // check the unsat core
#endif
m_conflict.reset();
}
std::ostream& solver::display_search(std::ostream& out) const {