[][src]Function clingo_sys::clingo_model_cost_size

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

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