[][src]Function clingo_sys::clingo_model_type

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

! Get the type of the model. ! ! @param[in] model the target ! @param[out] type the type of the model ! @return whether the call was successful