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

Method hasFnModel

smt/solver.cpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332bool Model::hasFnModel(const expr &fn) const {
333 auto fn_decl = fn.decl();
334 return fn_decl ? Z3_model_has_interp(ctx(), m, fn_decl) : false;
335}
336
337pair<expr, expr> Model::iterator::operator*(void) const {
338 auto decl = Z3_model_get_const_decl(ctx(), m, idx);

Callers 1

errorFunction · 0.80

Calls 1

declMethod · 0.80

Tested by

no test coverage detected