Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ umin
Method
umin
smt/expr.cpp:1123–1125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1121
}
1122
1123
expr expr::umin(const expr &rhs) const {
1124
return mkIf(ule(rhs), *this, rhs);
1125
}
1126
1127
expr expr::umax(const expr &rhs) const {
1128
return mkIf(uge(rhs), *this, rhs);
Callers
2
memset_pattern
Method · 0.80
toSMT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected