mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 00:48:45 +00:00
Revert unsound NaN constraints in theory_fpa (#6993)
This commit is contained in:
parent
c0ee4e9613
commit
3baaba5edd
2 changed files with 0 additions and 30 deletions
|
@ -124,8 +124,6 @@ namespace smt {
|
|||
enode* ensure_enode(expr* e);
|
||||
enode* get_root(expr* a) { return ensure_enode(a)->get_root(); }
|
||||
app* get_ite_value(expr* e);
|
||||
|
||||
void mk_bv_nan(sort * s, expr_ref & result);
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue