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

Method eval

smt/solver.cpp:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314expr Model::eval(const expr &var, bool complete) const {
315 Z3_ast val;
316 ENSURE(Z3_model_eval(ctx(), m, var(), complete, &val));
317 return val;
318}
319
320uint64_t Model::getUInt(const expr &var) const {
321 uint64_t n;

Callers 3

print_single_varvalFunction · 0.80
errorFunction · 0.80
toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected