pub unsafe extern "C" fn Highs_resetOptions(
    highs: *mut c_void
) -> HighsInt
Expand 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