assertExpr method

void assertExpr(
  1. AST a
)

Implementation

void assertExpr(AST a) {
  _c._z3.goal_assert(_goal, _c._createAST(a));
}