MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / operator*

Method operator*

smt/solver.cpp:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337pair<expr, expr> Model::iterator::operator*(void) const {
338 auto decl = Z3_model_get_const_decl(ctx(), m, idx);
339 return { expr::mkConst(decl), Z3_model_get_const_interp(ctx(), m, decl) };
340}
341
342Model::iterator Model::end() const {
343 return { nullptr, Z3_model_get_num_consts(ctx(), m) };

Callers

nothing calls this directly

Calls 1

exprClass · 0.70

Tested by

no test coverage detected