3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-12-08 13:05:04 +03:00
parent e6dc557c68
commit db02328cf3

View file

@ -878,6 +878,7 @@ namespace qe {
VERIFY(mk_model(mc));
in->add(mc.get());
#if 0
model_ref mdl;
model_converter2model(m, mc.get(), mdl);
@ -904,6 +905,7 @@ namespace qe {
todo.push_back(to_quantifier(e)->get_expr());
}
}
#endif
}
break;
case l_undef: