mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
q
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ee909b6374
commit
5df2715064
10 changed files with 458 additions and 15 deletions
|
@ -88,7 +88,6 @@ namespace array {
|
|||
|
||||
for (euf::enode* p : euf::enode_parents(n)) {
|
||||
if (a.is_select(p->get_expr()) && p->get_arg(0)->get_root() == n->get_root()) {
|
||||
// std::cout << "parent " << mk_bounded_pp(p->get_expr(), m) << "\n";
|
||||
expr* value = values.get(p->get_root_id());
|
||||
if (!value || value == fi->get_else())
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue