Function clingo_sys::clingo_model_number [] [src]

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

Get the running number of the model.

Parameters:

  • model - the target
  • number - the number of the model

Returns whether the call was successful