pub unsafe extern "C" fn Z3_goal_is_decided_unsat(
    c: Z3_context,
    g: Z3_goal
) -> Z3_bool
Expand description

Return true if the goal contains false, and it is precise or the product of an over approximation.