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

Method getInt

smt/solver.cpp:326–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326int64_t Model::getInt(const expr &var) const {
327 int64_t n;
328 ENSURE((*this)[var].isInt(n));
329 return n;
330}
331
332bool Model::hasFnModel(const expr &fn) const {
333 auto fn_decl = fn.decl();

Callers

nothing calls this directly

Calls 1

isIntMethod · 0.45

Tested by

no test coverage detected