mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
cleanups
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5533fc9dbc
commit
7de8c72246
9 changed files with 17 additions and 14 deletions
|
@ -177,7 +177,7 @@ namespace array {
|
|||
TRACE("array", tout << "can beta reduce " << can_beta_reduce(child) << "\n";);
|
||||
if (can_beta_reduce(child))
|
||||
push_axiom(select_axiom(select, child));
|
||||
propagate_parent_select_axioms(v_child);
|
||||
propagate_parent_select_axioms(v_child);
|
||||
}
|
||||
|
||||
void solver::add_lambda(theory_var v, euf::enode* lambda) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue