Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ mkQVar
Method
mkQVar
smt/expr.cpp:297–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
}
296
297
expr expr::mkQVar(unsigned n, const expr &type) {
298
C2(type);
299
return Z3_mk_bound(ctx(), n, type.sort());
300
}
301
302
expr expr::mkQVar(unsigned n, unsigned bits) {
303
return Z3_mk_bound(ctx(), n, mkBVSort(bits));
Callers
nothing calls this directly
Calls
2
mkBVSort
Function · 0.85
sort
Method · 0.80
Tested by
no test coverage detected