MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / getUInt

Method getUInt

smt/solver.cpp:320–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320uint64_t Model::getUInt(const expr &var) const {
321 uint64_t n;
322 ENSURE((*this)[var].isUInt(n));
323 return n;
324}
325
326int64_t Model::getInt(const expr &var) const {
327 int64_t n;

Callers 1

fixupMethod · 0.80

Calls 1

isUIntMethod · 0.80

Tested by

no test coverage detected