MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / lambdaIdxType

Method lambdaIdxType

smt/expr.cpp:577–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577expr expr::lambdaIdxType() const {
578 C();
579 assert(Z3_get_quantifier_num_bound(ctx(), ast()) == 1);
580 return ::mkVar("sort", Z3_get_quantifier_bound_sort(ctx(), ast(), 0));
581}
582
583bool expr::isFPAdd(expr &rounding, expr &lhs, expr &rhs) const {
584 return isTernaryOp(rounding, lhs, rhs, Z3_OP_FPA_ADD);

Callers 1

print_arrayMethod · 0.80

Calls 1

mkVarFunction · 0.85

Tested by

no test coverage detected