Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ isSameTypeOf
Method
isSameTypeOf
smt/expr.cpp:468–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
466
}
467
468
bool expr::isSameTypeOf(const expr &other) const {
469
C(other);
470
return sort() == other.sort();
471
}
472
473
bool expr::isEq(expr &lhs, expr &rhs) const {
474
return isBinOp(lhs, rhs, Z3_OP_EQ);
Callers
1
addFnCall
Method · 0.80
Calls
1
sort
Method · 0.80
Tested by
no test coverage detected