Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isEq
Method
isEq
smt/expr.cpp:473–475 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
471
}
472
473
bool expr::isEq(expr &lhs, expr &rhs) const {
474
return isBinOp(lhs, rhs, Z3_OP_EQ);
475
}
476
477
bool expr::isSLE(expr &lhs, expr &rhs) const {
478
return isBinOp(lhs, rhs, Z3_OP_SLEQ);
Callers
3
subst
Method · 0.80
cmp_eq
Method · 0.80
mkIf
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected