mirror of
https://github.com/Z3Prover/z3
synced 2025-04-17 06:15:37 +00:00
rewrite3
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3774d6d405
commit
9c0e350bc4
|
@ -1158,7 +1158,7 @@ br_status arith_rewriter::mk_power_core(expr * arg1, expr * arg2, expr_ref & res
|
|||
result = m().mk_ite(m().mk_eq(arg1, m_util.mk_real(0)),
|
||||
m_util.mk_real(1),
|
||||
result);
|
||||
return BR_REWRITE2;
|
||||
return BR_REWRITE3;
|
||||
}
|
||||
|
||||
if (!is_int_sort && is_num_y && !y.is_int() && !numerator(y).is_one()) {
|
||||
|
|
|
@ -273,6 +273,7 @@ lia_move int_solver::find_cube() {
|
|||
_sp.pop();
|
||||
m_lar_solver->round_to_integer_solution();
|
||||
settings().st().m_cube_success++;
|
||||
TRACE("cube", tout << "sat with cube\n";);
|
||||
return lia_move::sat;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue