SCIPgetRowMaxActivity

Function SCIPgetRowMaxActivity 

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

returns the maximal activity of a row w.r.t. the column’s bounds

@return the maximal activity of a row w.r.t. the column’s bounds

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