mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fpa2bv_approx: bugfix for fp.abs
This commit is contained in:
parent
a93bb92240
commit
c910ed2eae
1 changed files with 1 additions and 0 deletions
|
@ -379,6 +379,7 @@ class fpa2bv_approx_tactic: public tactic {
|
|||
case OP_FPA_ABS:
|
||||
{
|
||||
mpf_mngr.abs(arg_val[0], rhs_value);
|
||||
mpf_mngr.abs(est_arg_val[0], est_rhs_value);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue