MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / foeq

Method foeq

smt/expr.cpp:1334–1336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1332}
1333
1334expr expr::foeq(const expr &rhs) const {
1335 return binop_commutative(rhs, Z3_mk_fpa_eq);
1336}
1337
1338expr expr::fogt(const expr &rhs) const {
1339 return binop_fold(rhs, Z3_mk_fpa_gt);

Callers 2

errorFunction · 0.80
toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected