Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isInf
Method
isInf
smt/expr.cpp:1177–1185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1175
}
1176
1177
expr expr::isInf() const {
1178
fold_fp_neg(isInf);
1179
1180
expr v;
1181
if (isFPNeg(v))
1182
return v.isInf();
1183
1184
return unop_fold(Z3_mk_fpa_is_infinite);
1185
}
1186
1187
expr expr::isFPZero() const {
1188
if (isBV())
Callers
4
error
Function · 0.80
printVal
Method · 0.80
fm_poison
Function · 0.80
toSMT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected