MCPcopy 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
526bool expr::isNot(expr &neg) const {
527 return isUnOp(neg, Z3_OP_NOT);
528}
529
530bool expr::isAdd(expr &a, expr &b) const {
531 return isBinOp(a, b, Z3_OP_BADD);

Callers 3

operator||Method · 0.80
mkIfMethod · 0.80
DisjointExprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected