Function z3_sys::Z3_get_bool_value[][src]

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

Return Z3_L_TRUE if a is true, Z3_L_FALSE if it is false, and Z3_L_UNDEF otherwise.