Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ fogt
Method
fogt
smt/expr.cpp:1338–1340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1336
}
1337
1338
expr expr::fogt(const expr &rhs) const {
1339
return binop_fold(rhs, Z3_mk_fpa_gt);
1340
}
1341
1342
expr expr::foge(const expr &rhs) const {
1343
return binop_fold(rhs, Z3_mk_fpa_geq);
Callers
1
toSMT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected