mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 03:31:23 +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
|
@ -266,7 +266,7 @@ class fix_dl_var_tactic : public tactic {
|
|||
m_rw.set_substitution(&subst);
|
||||
|
||||
if (m_produce_models) {
|
||||
generic_model_converter * mc = alloc(generic_model_converter, m);
|
||||
generic_model_converter * mc = alloc(generic_model_converter, m, "fix_dl");
|
||||
mc->add(var, zero);
|
||||
g->add(mc);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue