Function clingo_sys::clingo_model_type [] [src]

pub unsafe extern "C" fn clingo_model_type(
    model: *mut clingo_model_t,
    type_: *mut clingo_model_type_t
) -> bool

Get the type of the model.

Parameters:

  • model the target
  • type the type of the model

Returns whether the call was successful