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

Method end

smt/solver.cpp:342–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342Model::iterator Model::end() const {
343 return { nullptr, Z3_model_get_num_consts(ctx(), m) };
344}
345
346pair<string, FnModel> Model::fns::iterator::operator*(void) const {
347 auto decl = Z3_model_get_func_decl(ctx(), m, idx);

Callers 4

blockMethod · 0.45
addMethod · 0.45
factorMethod · 0.45
lookupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected