pub unsafe extern "C" fn SCIPgetColFarkasCoef(
scip: *mut SCIP,
col: *mut SCIP_COL,
) -> f64Expand description
returns the Farkas coefficient of a column in the last (infeasible) LP
@return the Farkas coefficient of a column in the last (infeasible) LP
@pre this method can be called in one of the following stages of the SCIP solving process: - \ref SCIP_STAGE_SOLVING