mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
fixes to sat-par
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7aeaf11ee4
commit
fe105d94a0
5 changed files with 78 additions and 51 deletions
|
@ -352,9 +352,6 @@ 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue