Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ simplifyNoTimeout
Method
simplifyNoTimeout
smt/expr.cpp:2225–2228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2223
}
2224
2225
expr expr::simplifyNoTimeout() const {
2226
C();
2227
return Z3_simplify_ex(ctx(), ast(), ctx.getNoTimeoutParam());
2228
}
2229
2230
expr expr::foldTopLevel() const {
2231
expr cond, then, els;
Callers
1
simplify_const
Function · 0.80
Calls
1
getNoTimeoutParam
Method · 0.80
Tested by
no test coverage detected