SCIPinRepropagation

Function SCIPinRepropagation 

Source
pub unsafe extern "C" fn SCIPinRepropagation(
    scip: *mut SCIP,
) -> c_uint
Expand description

returns whether the current node is already solved and only propagated again

@return TRUE is returned if \SCIP performance repropagation, otherwise FALSE.

@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_INITPRESOLVE - \ref SCIP_STAGE_PRESOLVING - \ref SCIP_STAGE_EXITPRESOLVE - \ref SCIP_STAGE_SOLVING