pub unsafe extern "C" fn Highs_deleteRowsBySet(
    highs: *mut c_void,
    num_set_entries: HighsInt,
    set: *const HighsInt
) -> HighsInt
Expand description

Delete multiple rows given by an array of indices.

@param highs a pointer to the Highs instance @param num_set_entries the number of rows to delete @param set an array of size [num_set_entries] with the indices of the rows to delete

@returns a kHighsStatus constant indicating whether the call succeeded