Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isSMax
Method
isSMax
smt/expr.cpp:439–441 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
437
}
438
439
bool expr::isSMax() const {
440
return eq(IntSMax(bits()));
441
}
442
443
expr expr::isNegative() const {
444
return sign() == 1;
Callers
1
sle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected