3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-24 21:26:59 +00:00

update to logging

This commit is contained in:
Nikolaj Bjorner 2019-12-04 23:08:41 +03:00
parent 20754bc72d
commit 7e415c1b69
9 changed files with 54 additions and 26 deletions

View file

@ -177,7 +177,7 @@ namespace smt {
unsigned get_max_lvl(literal consequent, b_justification js);
unsigned skip_literals_above_conflict_level();
void process_antecedent(literal antecedent, unsigned & num_marks);
void process_justification(justification * js, unsigned & num_marks);
void process_justification(literal consequent, justification * js, unsigned & num_marks);
bool_var_vector m_unmark;
bool_var_vector m_lemma_min_stack;