Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ ford
Method
ford
smt/expr.cpp:1358–1360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1356
}
1357
1358
expr expr::ford(const expr &rhs) const {
1359
return !isNaN() && !rhs.isNaN();
1360
}
1361
1362
expr expr::fueq(const expr &rhs) const {
1363
return funo(rhs) || binop_commutative(rhs, Z3_mk_fpa_eq);
Callers
1
toSMT
Method · 0.80
Calls
1
isNaN
Method · 0.45
Tested by
no test coverage detected