mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
avoid const in ml
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a65efb682b
commit
88eb527b96
|
@ -375,10 +375,7 @@ namespace recfun {
|
||||||
SASSERT(n_vars == d->get_arity());
|
SASSERT(n_vars == d->get_arity());
|
||||||
|
|
||||||
is_imm_pred is_i(*u);
|
is_imm_pred is_i(*u);
|
||||||
#if 0
|
d->compute_cases(*u, r, is_i, n_vars, vars, rhs);
|
||||||
expr_ref reduced_rhs = preprocess_ites(*u, r, n_vars, vars, rhs);
|
|
||||||
d->compute_cases(*u, r, is_i, n_vars, vars, reduced_rhs);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace decl {
|
namespace decl {
|
||||||
|
|
Loading…
Reference in a new issue