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

Method umax

smt/expr.cpp:1127–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1125}
1126
1127expr expr::umax(const expr &rhs) const {
1128 return mkIf(uge(rhs), *this, rhs);
1129}
1130
1131expr expr::smin(const expr &rhs) const {
1132 return mkIf(sle(rhs), *this, rhs);

Callers 1

toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected