Function scip_sys::SCIPcolGetBasisStatus
source · pub unsafe extern "C" fn SCIPcolGetBasisStatus(
col: *mut SCIP_COL
) -> SCIP_BASESTATExpand description
gets the basis status of a column in the LP solution; only valid for LPs with status SCIP_LPSOLSTAT_OPTIMAL and with SCIPisLPSolBasic(scip) == TRUE; returns SCIP_BASESTAT_ZERO for columns not in the current SCIP_LP