mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
debugging mc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c7ee532173
commit
e4f29a7b8a
38 changed files with 143 additions and 123 deletions
|
@ -77,7 +77,7 @@ class quasi_macros_tactic : public tactic {
|
|||
produce_proofs ? proofs.get(i) : 0,
|
||||
produce_unsat_cores ? deps.get(i) : 0);
|
||||
|
||||
generic_model_converter * evmc = alloc(generic_model_converter, mm.get_manager());
|
||||
generic_model_converter * evmc = alloc(generic_model_converter, mm.get_manager(), "quasi_macros");
|
||||
unsigned num = mm.get_num_macros();
|
||||
for (unsigned i = 0; i < num; i++) {
|
||||
expr_ref f_interp(mm.get_manager());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue