Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
320
uint64_t Model::getUInt(const expr &var) const {
321
uint64_t n;
322
ENSURE((*this)[var].isUInt(n));
323
return n;
324
}
325
326
int64_t Model::getInt(const expr &var) const {
327
int64_t n;
Callers
1
fixup
Method · 0.80
Calls
1
isUInt
Method · 0.80
Tested by
no test coverage detected