Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ fole
Method
fole
smt/expr.cpp:1350–1352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1348
}
1349
1350
expr expr::fole(const expr &rhs) const {
1351
return binop_fold(rhs, Z3_mk_fpa_leq);
1352
}
1353
1354
expr expr::fone(const expr &rhs) const {
1355
return ford(rhs) && !binop_commutative(rhs, Z3_mk_fpa_eq);
Callers
2
error
Function · 0.80
toSMT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected