SCIPgetRowNumImpliedIntCols

Function SCIPgetRowNumImpliedIntCols 

Source
pub unsafe extern "C" fn SCIPgetRowNumImpliedIntCols(
    scip: *mut SCIP,
    row: *mut SCIP_ROW,
) -> c_int
Expand description

returns number of implied integral columns in the row

@return number of implied integral columns in the row

@pre this method can be called in one of the following stages of the SCIP solving process: - \ref SCIP_STAGE_INITSOLVE - \ref SCIP_STAGE_SOLVING