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