MCPcopy 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
2225expr expr::simplifyNoTimeout() const {
2226 C();
2227 return Z3_simplify_ex(ctx(), ast(), ctx.getNoTimeoutParam());
2228}
2229
2230expr expr::foldTopLevel() const {
2231 expr cond, then, els;

Callers 1

simplify_constFunction · 0.80

Calls 1

getNoTimeoutParamMethod · 0.80

Tested by

no test coverage detected