Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ vars
Method
vars
smt/expr.cpp:2303–2305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2301
}
2302
2303
set<expr> expr::vars() const {
2304
return vars({ this });
2305
}
2306
2307
set<expr> expr::vars(const vector<const expr*> &exprs) {
2308
set<expr> result;
Callers
3
print_single_varval
Function · 0.45
check_refinement
Function · 0.45
mkLambda
Method · 0.45
Calls
3
ast
Method · 0.80
expr
Class · 0.70
empty
Method · 0.45
Tested by
no test coverage detected