mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 12:58:44 +00:00
This commit is contained in:
parent
0170f1f461
commit
1352aa06f3
|
@ -479,13 +479,14 @@ namespace euf {
|
||||||
if (s().inconsistent())
|
if (s().inconsistent())
|
||||||
return sat::check_result::CR_CONTINUE;
|
return sat::check_result::CR_CONTINUE;
|
||||||
}
|
}
|
||||||
if (m_qsolver)
|
|
||||||
apply_solver(m_qsolver);
|
|
||||||
|
|
||||||
if (s().inconsistent())
|
|
||||||
|
if (s().inconsistent())
|
||||||
return sat::check_result::CR_CONTINUE;
|
return sat::check_result::CR_CONTINUE;
|
||||||
if (cont)
|
if (cont)
|
||||||
return sat::check_result::CR_CONTINUE;
|
return sat::check_result::CR_CONTINUE;
|
||||||
|
if (m_qsolver)
|
||||||
|
apply_solver(m_qsolver);
|
||||||
if (num_nodes < m_egraph.num_nodes()) {
|
if (num_nodes < m_egraph.num_nodes()) {
|
||||||
IF_VERBOSE(1, verbose_stream() << "new nodes created, but not detected\n");
|
IF_VERBOSE(1, verbose_stream() << "new nodes created, but not detected\n");
|
||||||
return sat::check_result::CR_CONTINUE;
|
return sat::check_result::CR_CONTINUE;
|
||||||
|
|
Loading…
Reference in a new issue