pub unsafe extern "C" fn SCIPlpGetBasisInd( lp: *mut SCIP_LP, basisind: *mut c_int, ) -> SCIP_RETCODE
gets all indices of basic columns and rows: index i >= 0 corresponds to column i, index i < 0 to row -i-1