mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
lifting iff to binary
This commit is contained in:
parent
1dcbd2d86c
commit
6c71baf77b
5 changed files with 51 additions and 31 deletions
|
@ -488,10 +488,8 @@ namespace euf {
|
|||
return sat::check_result::CR_CONTINUE;
|
||||
if (m_qsolver)
|
||||
apply_solver(m_qsolver);
|
||||
if (num_nodes < m_egraph.num_nodes()) {
|
||||
IF_VERBOSE(1, verbose_stream() << "new nodes created, but not detected\n");
|
||||
if (num_nodes < m_egraph.num_nodes())
|
||||
return sat::check_result::CR_CONTINUE;
|
||||
}
|
||||
TRACE("after_search", s().display(tout););
|
||||
if (give_up)
|
||||
return sat::check_result::CR_GIVEUP;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue