getNumExprs method
Returns the number of formulas, subformulas and terms in the goal.
Implementation
int getNumExprs() {
return _c._z3.goal_num_exprs(_goal);
}
Returns the number of formulas, subformulas and terms in the goal.
int getNumExprs() {
return _c._z3.goal_num_exprs(_goal);
}