Highs_getPresolvedNumRow

Function Highs_getPresolvedNumRow 

Source
pub unsafe extern "C" fn Highs_getPresolvedNumRow(
    highs: *const c_void,
) -> HighsInt
Expand description

Return the number of rows in the presolved model.

@param highs A pointer to the Highs instance.

@returns The number of rows in the presolved model.