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

Return true if the given goal contains the formula false.