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:
parent
39ba9ae501
commit
3205f0d406
2 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue