mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
This commit is contained in:
parent
ab2baa764c
commit
1426390aec
3 changed files with 10 additions and 29 deletions
|
@ -558,6 +558,7 @@ namespace array {
|
|||
|
||||
bool solver::add_interface_equalities() {
|
||||
sbuffer<theory_var> roots;
|
||||
collect_defaults();
|
||||
collect_shared_vars(roots);
|
||||
bool prop = false;
|
||||
for (unsigned i = roots.size(); i-- > 0; ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue