MCPcopy 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
392expr FnModel::getElse() const {
393 auto ast = Z3_func_interp_get_else(ctx(), f);
394 return ast ? expr(ast) : expr();
395}
396
397
398static bool print_queries = false;

Callers

nothing calls this directly

Calls 1

exprClass · 0.70

Tested by

no test coverage detected