MCPcopy 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
1350expr expr::fole(const expr &rhs) const {
1351 return binop_fold(rhs, Z3_mk_fpa_leq);
1352}
1353
1354expr expr::fone(const expr &rhs) const {
1355 return ford(rhs) && !binop_commutative(rhs, Z3_mk_fpa_eq);

Callers 2

errorFunction · 0.80
toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected