pub unsafe extern "C" fn SCIPgetRowLPFeasibility(
scip: *mut SCIP,
row: *mut SCIP_ROW,
) -> f64Expand description
returns the feasibility of a row in the last LP solution
@return the feasibility of a row in the last LP solution: negative value means infeasibility
@pre this method can be called in one of the following stages of the SCIP solving process: - \ref SCIP_STAGE_SOLVING