Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1127
expr expr::umax(const expr &rhs) const {
1128
return mkIf(uge(rhs), *this, rhs);
1129
}
1130
1131
expr expr::smin(const expr &rhs) const {
1132
return mkIf(sle(rhs), *this, rhs);
Callers
1
toSMT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected