[][src]Function clingo_sys::clingo_assignment_is_total

pub unsafe extern "C" fn clingo_assignment_is_total(
    assignment: *const clingo_assignment_t
) -> bool

Check if the assignmen is total, i.e. - size == max_size.

@param[in] assignment the target @return wheather the assignment is total