mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 21:26:59 +00:00
update to logging
This commit is contained in:
parent
20754bc72d
commit
7e415c1b69
9 changed files with 54 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue