Function scip_sys::SCIPapplyReopt
source · pub unsafe extern "C" fn SCIPapplyReopt(
scip: *mut SCIP,
reoptnode: *mut SCIP_REOPTNODE,
id: c_uint,
estimate: f64,
childnodes: *mut *mut SCIP_NODE,
ncreatedchilds: *mut c_int,
naddedconss: *mut c_int,
childnodessize: c_int,
success: *mut c_uint
) -> SCIP_RETCODEExpand description
reactivate the given @p reoptnode and split them into several nodes if necessary
@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 if @p scip is in one of the following stages: - \ref SCIP_STAGE_SOLVING - \ref SCIP_STAGE_SOLVED