3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-07-03 12:22:13 -07:00
parent 5e768c9697
commit 7802e33f37

View file

@ -338,9 +338,6 @@ namespace smt {
flet<bool> l(m_aux_context->get_fparams().m_array_fake_support, true);
lbool r = m_aux_context->check();
ptr_vector<expr> fmls;
m_aux_context->get_assertions(fmls);
for (auto * f : fmls) std::cout << mk_pp(f, m) << "\n";
TRACE("model_checker", tout << "[complete] model-checker result: " << to_sat_str(r) << "\n";);
if (r != l_true) {