Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ sort
Method
sort
smt/expr.cpp:162–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
Z3_sort expr::sort() const {
163
return Z3_get_sort(ctx(), ast());
164
}
165
166
Z3_decl expr::decl() const {
167
auto app = isApp();
Callers
15
mkUInt
Method · 0.80
mkInt
Method · 0.80
mkFloat
Method · 0.80
mkNaN
Method · 0.80
mkNumber
Method · 0.80
mkQVar
Method · 0.80
mkVar
Method · 0.80
mkFreshVar
Method · 0.80
isSameTypeOf
Method · 0.80
binop_commutative
Method · 0.80
add_no_soverflow
Method · 0.80
add_no_uoverflow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected