pub unsafe extern "C" fn SCIProwGetNLPNonz(
row: *mut SCIP_ROW,
) -> c_intExpand description
get number of nonzero entries in row vector, that correspond to columns currently in the SCIP_LP;
@warning This method is only applicable on rows, that are completely linked to their columns (e.g. a row that is in the current LP and the LP was solved, or a row that was in a solved LP and didn’t change afterwards