3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00
reprogram flush, mark clauses during reinit as non-redundant.
This commit is contained in:
Nikolaj Bjorner 2022-04-25 11:22:00 +01:00
parent 0b453a4af5
commit 489459a1f7
3 changed files with 40 additions and 30 deletions

View file

@ -121,6 +121,7 @@ namespace q {
void propagate(bool is_conflict, unsigned idx, sat::ext_justification_idx j_idx);
bool propagate(bool flush);
void propagate(clause& c, bool flush, bool& propagated);
expr_ref_vector m_new_defs;
proof_ref_vector m_new_proofs;