Function Z3_get_bool_value

Source
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.