pub unsafe extern "C" fn Highs_resetOptions(
highs: *mut c_void,
) -> HighsIntExpand description
Reset all options to their default value.
@param highs A pointer to the Highs instance.
@returns A kHighsStatus constant indicating whether the call succeeded.