mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
fix and enable learning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
696db3a6a4
commit
33895d522b
6 changed files with 91 additions and 28 deletions
|
@ -140,7 +140,7 @@ namespace smt {
|
|||
unsigned m_num_marks;
|
||||
unsigned m_conflict_lvl;
|
||||
ineq m_lemma;
|
||||
literal_vector m_antecedents;
|
||||
literal_vector m_ineq_literals;
|
||||
|
||||
// bool_var |-> index into m_lemma
|
||||
unsigned_vector m_conseq_index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue