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