[][src]Function z3_sys::Z3_algebraic_ge

pub unsafe extern "C" fn Z3_algebraic_ge(
    c: Z3_context,
    a: Z3_ast,
    b: Z3_ast
) -> bool

Return true if a >= b, and false otherwise.

Preconditions:

  • Z3_algebraic_is_value(c, a)
  • Z3_algebraic_is_value(c, b)

See also: