Function clingo_sys::clingo_model_thread_id [] [src]

pub unsafe extern "C" fn clingo_model_thread_id(
    model: *mut clingo_model_t,
    id: *mut clingo_id_t
) -> bool

Get the id of the solver thread that found the model.

Parameters:

  • model the target
  • id the resulting thread id

Returns whether the call was successful