Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ getElse
Method
getElse
smt/solver.cpp:392–395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
390
}
391
392
expr FnModel::getElse() const {
393
auto ast = Z3_func_interp_get_else(ctx(), f);
394
return ast ? expr(ast) : expr();
395
}
396
397
398
static bool print_queries = false;
Callers
nothing calls this directly
Calls
1
expr
Class · 0.70
Tested by
no test coverage detected