Function z3_sys::Z3_algebraic_eq [] [src]

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

Return Z3_TRUE if a == b, and Z3_FALSE otherwise.

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

See also: