mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
add min/max diff in final check
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c29cfa81ae
commit
367bfedab0
6 changed files with 77 additions and 23 deletions
|
@ -101,9 +101,14 @@ namespace array {
|
|||
else if (!turn[idx] && add_interface_equalities())
|
||||
return sat::check_result::CR_CONTINUE;
|
||||
}
|
||||
if (m_delay_qhead < m_axiom_trail.size())
|
||||
|
||||
if (add_diff_select_axioms())
|
||||
return sat::check_result::CR_CONTINUE;
|
||||
|
||||
if (m_delay_qhead < m_axiom_trail.size())
|
||||
return sat::check_result::CR_CONTINUE;
|
||||
|
||||
|
||||
// validate_check();
|
||||
return sat::check_result::CR_DONE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue