pub unsafe extern "C" fn Highs_deleteColsByMask(
    highs: *mut c_void,
    mask: *mut HighsInt
) -> HighsInt
Expand description

Delete multiple columns given by a mask.

@param highs A pointer to the Highs instance. @param mask An array of length [num_col] with 1 if the column should be deleted and 0 otherwise.

@returns A kHighsStatus constant indicating whether the call succeeded.