MCPcopy 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
1342expr expr::foge(const expr &rhs) const {
1343 return binop_fold(rhs, Z3_mk_fpa_geq);
1344}
1345
1346expr expr::folt(const expr &rhs) const {
1347 return binop_fold(rhs, Z3_mk_fpa_lt);

Callers 2

errorFunction · 0.80
toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected