Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isAnd
Method
isAnd
smt/expr.cpp:522–524 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
520
}
521
522
bool expr::isAnd(expr &a, expr &b) const {
523
return isBinOp(a, b, Z3_OP_AND);
524
}
525
526
bool expr::isNot(expr &neg) const {
527
return isUnOp(neg, Z3_OP_NOT);
Callers
3
any_fp_zero
Function · 0.80
operator||
Method · 0.80
add
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected