Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
342
Model::iterator Model::end() const {
343
return { nullptr, Z3_model_get_num_consts(ctx(), m) };
344
}
345
346
pair<string, FnModel> Model::fns::iterator::operator*(void) const {
347
auto decl = Z3_model_get_func_decl(ctx(), m, idx);
Callers
4
block
Method · 0.45
add
Method · 0.45
factor
Method · 0.45
lookup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected