pub unsafe extern "C" fn clingo_model_cost_size(
    model: *const clingo_model_t,
    size: *mut usize
) -> bool
Expand description

! Get the number of cost values of a model. ! ! @param[in] model the target ! @param[out] size the number of costs ! @return whether the call was successful