[][src]Function clingo_sys::clingo_model_context

pub unsafe extern "C" fn clingo_model_context(
    model: *const clingo_model_t,
    control: *mut *mut clingo_solve_control_t
) -> bool

Get the associated solve control object of a model.

This object allows for adding clauses during model enumeration. @param[in] model the target @param[out] control the resulting solve control object @return whether the call was successful