pub unsafe extern "C" fn SCIPgetRowObjParallelism(
scip: *mut SCIP,
row: *mut SCIP_ROW,
) -> f64Expand description
returns the parallelism of row with objective function
@return 1 is returned if the row is parallel to the objective function and 0 if it is orthogonal
@pre this method can be called in one of the following stages of the SCIP solving process: - \ref SCIP_STAGE_SOLVING