mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
updated sat_smt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e9a4e486ae
commit
86310a1a27
15 changed files with 389 additions and 437 deletions
|
@ -22,7 +22,6 @@ Notes:
|
|||
|
||||
#include <cmath>
|
||||
#include "sat/sat_solver.h"
|
||||
#include "sat/sat_extension.h"
|
||||
#include "sat/sat_lookahead.h"
|
||||
#include "sat/sat_scc.h"
|
||||
#include "util/union_find.h"
|
||||
|
@ -1037,9 +1036,6 @@ namespace sat {
|
|||
}
|
||||
}
|
||||
|
||||
if (m_s.m_ext) {
|
||||
// m_ext = m_s.m_ext->copy(this, learned);
|
||||
}
|
||||
propagate();
|
||||
m_qhead = m_trail.size();
|
||||
m_init_freevars = m_freevars.size();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue