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