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

Method round

smt/expr.cpp:1328–1332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1326}
1327
1328expr expr::round(const expr &rm) const {
1329 C(rm);
1330 return
1331 simplify_const(Z3_mk_fpa_round_to_integral(ctx(), rm(), ast()), *this);
1332}
1333
1334expr expr::foeq(const expr &rhs) const {
1335 return binop_commutative(rhs, Z3_mk_fpa_eq);

Callers 1

toSMTMethod · 0.80

Calls 1

simplify_constFunction · 0.85

Tested by

no test coverage detected