Highs_getNumRow

Function Highs_getNumRow 

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

Return the number of rows in the model.

@param highs A pointer to the Highs instance.

@returns The number of rows in the model.