mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5e768c9697
commit
7802e33f37
1 changed files with 0 additions and 3 deletions
|
@ -338,9 +338,6 @@ namespace smt {
|
||||||
|
|
||||||
flet<bool> l(m_aux_context->get_fparams().m_array_fake_support, true);
|
flet<bool> l(m_aux_context->get_fparams().m_array_fake_support, true);
|
||||||
lbool r = m_aux_context->check();
|
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";);
|
TRACE("model_checker", tout << "[complete] model-checker result: " << to_sat_str(r) << "\n";);
|
||||||
if (r != l_true) {
|
if (r != l_true) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue