Function z3_sys::Z3_algebraic_gt

source ·
pub unsafe extern "C" fn Z3_algebraic_gt(
    c: Z3_context,
    a: Z3_ast,
    b: Z3_ast
) -> Z3_bool
Expand description

Return true if a > b, and false otherwise.

Preconditions:

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

See also: