pub unsafe extern "C" fn Highs_deleteRowsByRange(
    highs: *mut c_void,
    from_row: c_int,
    to_row: HighsInt
) -> HighsInt
Expand description

Delete multiple adjacent rows.

@param highs A pointer to the Highs instance. @param from_row The index of the first row to delete. @param to_row The index of the last row to delete.

@returns A kHighsStatus constant indicating whether the call succeeded.