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

Method fsub

smt/expr.cpp:1234–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1232}
1233
1234expr expr::fsub(const expr &rhs, const expr &rm) const {
1235 C(rhs, rm);
1236 return simplify_const(Z3_mk_fpa_sub(ctx(), rm(), ast(), rhs()), *this, rhs);
1237}
1238
1239expr expr::fmul(const expr &rhs, const expr &rm) const {
1240 C(rhs, rm);

Callers 2

smtOfMethod · 0.80
toSMTMethod · 0.80

Calls 1

simplify_constFunction · 0.85

Tested by

no test coverage detected