pub unsafe extern "C" fn Z3_mk_implies(
c: Z3_context,
t1: Z3_ast,
t2: Z3_ast,
) -> Z3_astExpand description
Create an AST node representing t1 implies t2.
The nodes t1 and t2 must have Boolean sort.
pub unsafe extern "C" fn Z3_mk_implies(
c: Z3_context,
t1: Z3_ast,
t2: Z3_ast,
) -> Z3_astCreate an AST node representing t1 implies t2.
The nodes t1 and t2 must have Boolean sort.