mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
local updates
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c21b860d4e
commit
e9e0293d1a
3 changed files with 4 additions and 8 deletions
|
@ -345,6 +345,9 @@ public:
|
|||
while (is_sat == l_false) {
|
||||
core.reset();
|
||||
s().get_unsat_core(core);
|
||||
//expr_ref_vector core1(m);
|
||||
//core1.append(core.size(), core.c_ptr());
|
||||
//std::cout << core1 << "\n";
|
||||
// verify_core(core);
|
||||
model_ref mdl;
|
||||
get_mus_model(mdl);
|
||||
|
@ -368,8 +371,7 @@ public:
|
|||
break;
|
||||
}
|
||||
remove_soft(core, asms);
|
||||
//is_sat = check_sat_hill_climb(asms);
|
||||
is_sat = l_true;
|
||||
is_sat = check_sat_hill_climb(asms);
|
||||
}
|
||||
TRACE("opt",
|
||||
tout << "num cores: " << cores.size() << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue