pub unsafe extern "C" fn SCIPclearConflictStore(
scip: *mut SCIP,
event: *mut SCIP_EVENT,
) -> SCIP_RETCODEExpand description
tries to remove conflicts depending on an old cutoff bound if the improvement of the new incumbent is good enough
@return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref SCIP_Retcode “SCIP_RETCODE” for a complete list of error codes.
@pre this method can be called in one of the following stages of the SCIP solving process: - \ref SCIP_STAGE_PRESOLVING - \ref SCIP_STAGE_SOLVING