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

Method smax

smt/expr.cpp:1135–1137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1133}
1134
1135expr expr::smax(const expr &rhs) const {
1136 return mkIf(sge(rhs), *this, rhs);
1137}
1138
1139expr expr::abs() const {
1140 C();

Callers 1

toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected