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

Method ford

smt/expr.cpp:1358–1360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356}
1357
1358expr expr::ford(const expr &rhs) const {
1359 return !isNaN() && !rhs.isNaN();
1360}
1361
1362expr expr::fueq(const expr &rhs) const {
1363 return funo(rhs) || binop_commutative(rhs, Z3_mk_fpa_eq);

Callers 1

toSMTMethod · 0.80

Calls 1

isNaNMethod · 0.45

Tested by

no test coverage detected