[][src]Function z3_sys::Z3_mk_ge

pub unsafe extern "C" fn Z3_mk_ge(
    c: Z3_context,
    t1: Z3_ast,
    t2: Z3_ast
) -> Z3_ast

Create greater than or equal to.

The nodes t1 and t2 must have the same sort, and must be int or real.