Function SCIPgetRowNumIntCols

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

returns number of integral columns in the row

@return number of 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