pub unsafe extern "C" fn Highs_getPresolvedNumCol(
highs: *const c_void,
) -> HighsIntExpand description
Return the number of columns in the presolved model.
@param highs A pointer to the Highs instance.
@returns The number of columns in the presolved model.