pub unsafe extern "C" fn clingo_control_configuration(
    control: *mut clingo_control_t,
    configuration: *mut *mut clingo_configuration_t
) -> bool
Expand description

! Get a configuration object to change the solver configuration. ! ! See the @ref Configuration module for more information. ! ! @param[in] control the target ! @param[out] configuration the configuration object ! @return whether the call was successful