pub unsafe extern "C" fn SCIPcutGetLPActivityQuot(
cut: *mut SCIP_CUT,
) -> f64Expand description
returns the ratio of LPs where the row belonging to this cut was active in an LP solution, i.e. where the age of its row has not been increased
@see SCIPcutGetAge() to get the age of a cut