Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ mkUInt
Method
mkUInt
smt/expr.cpp:195–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
expr expr::mkUInt(uint64_t n, Z3_sort sort) {
196
return Z3_mk_unsigned_int64(ctx(), n, sort);
197
}
198
199
expr expr::mkUInt(uint64_t n, unsigned bits) {
200
return bits ? mkUInt(n, mkBVSort(bits)) : expr();
Callers
nothing calls this directly
Calls
3
mkBVSort
Function · 0.85
sort
Method · 0.80
expr
Class · 0.70
Tested by
no test coverage detected