Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ frem
Method
frem
smt/expr.cpp:1249–1252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1247
}
1248
1249
expr expr::frem(const expr &rhs) const {
1250
C(rhs);
1251
return simplify_const(Z3_mk_fpa_rem(ctx(), ast(), rhs()), *this, rhs);
1252
}
1253
1254
expr expr::fabs() const {
1255
if (isBV())
Callers
1
toSMT
Method · 0.80
Calls
1
simplify_const
Function · 0.85
Tested by
no test coverage detected