mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
parent
6d6752b2aa
commit
c1b355f342
2 changed files with 6 additions and 3 deletions
|
@ -625,6 +625,10 @@ namespace array {
|
|||
return change;
|
||||
}
|
||||
|
||||
/**
|
||||
* For every occurrence of as-array(f) and every occurrence of f(t)
|
||||
* add equality select(as-array(f), t) = f(t)
|
||||
*/
|
||||
bool solver::add_as_array_eqs(euf::enode* n) {
|
||||
func_decl* f = nullptr;
|
||||
bool change = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue