Function clingo_sys::clingo_assignment_is_total [] [src]

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.

Parameters:

  • assignment- the target

Returns wheather the assignment is total