SCIPlpGetBasisInd

Function SCIPlpGetBasisInd 

Source
pub unsafe extern "C" fn SCIPlpGetBasisInd(
    lp: *mut SCIP_LP,
    basisind: *mut c_int,
) -> SCIP_RETCODE
Expand description

gets all indices of basic columns and rows: index i >= 0 corresponds to column i, index i < 0 to row -i-1