pub unsafe extern "C" fn SCIProwGetObjParallelism(
row: *mut SCIP_ROW,
set: *mut SCIP_SET,
lp: *mut SCIP_LP,
) -> f64Expand description
gets parallelism of row with objective function: if the returned value is 1, the row is parallel to the objective function, if the value is 0, it is orthogonal to the objective function