mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
adding drat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
505133a4b3
commit
0b711c5ef8
14 changed files with 255 additions and 53 deletions
|
@ -352,9 +352,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";
|
||||
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