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

Method funo

smt/expr.cpp:1386–1388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1384}
1385
1386expr expr::funo(const expr &rhs) const {
1387 return isNaN() || rhs.isNaN();
1388}
1389
1390static expr get_bool(const expr &e) {
1391 expr cond, then, els;

Callers 1

toSMTMethod · 0.80

Calls 1

isNaNMethod · 0.45

Tested by

no test coverage detected