mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
remove unused experimental feature - diff
This commit is contained in:
parent
280887cc5a
commit
e1a00f4917
6 changed files with 1 additions and 117 deletions
|
@ -101,9 +101,6 @@ namespace array {
|
|||
else if (!turn[idx] && add_interface_equalities())
|
||||
return sat::check_result::CR_CONTINUE;
|
||||
}
|
||||
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue