Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ funo
Method
funo
smt/expr.cpp:1386–1388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1384
}
1385
1386
expr expr::funo(const expr &rhs) const {
1387
return isNaN() || rhs.isNaN();
1388
}
1389
1390
static expr get_bool(const expr &e) {
1391
expr cond, then, els;
Callers
1
toSMT
Method · 0.80
Calls
1
isNaN
Method · 0.45
Tested by
no test coverage detected