mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 06:45:25 +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
|
@ -325,7 +325,7 @@ class recover_01_tactic : public tactic {
|
|||
}
|
||||
|
||||
if (m_produce_models) {
|
||||
gmc = alloc(generic_model_converter, m);
|
||||
gmc = alloc(generic_model_converter, m, "recover_01");
|
||||
new_goal->add(gmc);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue