Highs_resetOptions

Function Highs_resetOptions 

Source
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.