3
0
Fork 0
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:
Christoph M. Wintersteiger 2023-11-14 22:28:30 +00:00 committed by GitHub
parent c0ee4e9613
commit 3baaba5edd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 30 deletions

View file

@ -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);
};
};