[][src]Function clingo_sys::clingo_model_number

pub unsafe extern "C" fn clingo_model_number(
    model: *const clingo_model_t,
    number: *mut u64
) -> bool

Get the running number of the model.

@param[in] model the target @param[out] number the number of the model @return whether the call was successful