mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 00:35:47 +00:00
pb theory
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
50cc852112
commit
9734bab205
3 changed files with 27 additions and 23 deletions
|
@ -140,6 +140,7 @@ namespace smt {
|
|||
unsigned m_num_marks;
|
||||
unsigned m_conflict_lvl;
|
||||
ineq m_lemma;
|
||||
svector<bool_var> m_unmark;
|
||||
void resolve_conflict(literal conseq, ineq& c);
|
||||
void process_antecedent(literal l, numeral coeff);
|
||||
void process_ineq(ineq& c);
|
||||
|
@ -165,6 +166,6 @@ namespace smt {
|
|||
virtual void restart_eh();
|
||||
virtual void collect_statistics(::statistics & st) const;
|
||||
|
||||
|
||||
static bool s_debug_conflict;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue