SCIProwGetBasisStatus

Function SCIProwGetBasisStatus 

Source
pub unsafe extern "C" fn SCIProwGetBasisStatus(
    row: *mut SCIP_ROW,
) -> SCIP_BASESTAT
Expand description

gets the basis status of a row in the LP solution; only valid for LPs with status SCIP_LPSOLSTAT_OPTIMAL and with SCIPisLPSolBasic(scip) == TRUE; returns SCIP_BASESTAT_BASIC for rows not in the current SCIP_LP