pub unsafe extern "C" fn clingo_control_set_enable_cleanup(
    control: *mut clingo_control_t,
    enable: bool
) -> bool
Expand description

! Enable automatic cleanup after solving. ! ! @note Cleanup is enabled by default. ! ! @param[in] control the target ! @param[in] enable whether to enable cleanups ! @return whether the call was successful ! ! @see clingo_control_cleanup() ! @see clingo_control_get_enable_cleanup()