mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5e768c9697
commit
7802e33f37
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue