3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

use default in model construction

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-09-25 11:16:34 -07:00
parent 39ba9ae501
commit 3205f0d406
2 changed files with 5 additions and 5 deletions

View file

@ -66,7 +66,6 @@ namespace array {
if (!fi->get_else()) {
expr* else_value = nullptr;
unsigned max_occ_num = 0;
obj_map<expr, unsigned> num_occ;
for (euf::enode* p : euf::enode_parents(n)) {
@ -84,7 +83,6 @@ namespace array {
}
}
}
if (else_value)
fi->set_else(else_value);
}