pub unsafe extern "C" fn SCIProwGetParallelism(
row1: *mut SCIP_ROW,
row2: *mut SCIP_ROW,
orthofunc: c_char,
) -> f64Expand description
returns the degree of parallelism between the hyperplanes defined by the two row vectors v, w: p = |vw|/(|v||w|); the hyperplanes are parallel, iff p = 1, they are orthogonal, iff p = 0