pub unsafe extern "C" fn Z3_algebraic_is_pos(
    c: Z3_context,
    a: Z3_ast
) -> bool
Expand description

Return true if a is positive, and false otherwise.

Preconditions:

  • Z3_algebraic_is_value(c, a)

See also: