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

Method fadd

smt/expr.cpp:1229–1232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1227}
1228
1229expr expr::fadd(const expr &rhs, const expr &rm) const {
1230 C(rhs, rm);
1231 return simplify_const(Z3_mk_fpa_add(ctx(), rm(), ast(), rhs()), *this, rhs);
1232}
1233
1234expr expr::fsub(const expr &rhs, const expr &rm) const {
1235 C(rhs, rm);

Callers 2

smtOfMethod · 0.80
toSMTMethod · 0.80

Calls 1

simplify_constFunction · 0.85

Tested by

no test coverage detected