Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1135
expr expr::smax(const expr &rhs) const {
1136
return mkIf(sge(rhs), *this, rhs);
1137
}
1138
1139
expr expr::abs() const {
1140
C();
Callers
1
toSMT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected