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

! 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