MCPcopy 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
297expr expr::mkQVar(unsigned n, const expr &type) {
298 C2(type);
299 return Z3_mk_bound(ctx(), n, type.sort());
300}
301
302expr expr::mkQVar(unsigned n, unsigned bits) {
303 return Z3_mk_bound(ctx(), n, mkBVSort(bits));

Callers

nothing calls this directly

Calls 2

mkBVSortFunction · 0.85
sortMethod · 0.80

Tested by

no test coverage detected