Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isAdd
Method
isAdd
smt/expr.cpp:530–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
528
}
529
530
bool expr::isAdd(expr &a, expr &b) const {
531
return isBinOp(a, b, Z3_OP_BADD);
532
}
533
534
bool expr::isURem(expr &a, expr &b) const {
535
return isBinOp(a, b, Z3_OP_BUREM);
Callers
1
simplify
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected