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