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