pub unsafe extern "C" fn SCIPclassifyConstraintTypesLinear(
scip: *mut SCIP,
linconsstats: *mut SCIP_LINCONSSTATS,
) -> SCIP_RETCODEExpand description
performs linear constraint type classification as used for MIPLIB
iterates through all linear constraints and stores relevant statistics in the linear constraint statistics \p linconsstats.
@note only constraints are iterated that belong to the linear constraint handler. If the problem has been presolved already, constraints that were upgraded to more special types such as, e.g., varbound constraints, will not be shown correctly anymore. Similarly, if specialized constraints were created through the API, these are currently not present.