pub unsafe extern "C" fn Highs_writeOptionsDeviations(
    highs: *const c_void,
    filename: *const c_char
) -> HighsInt
Expand description

Write the value of non-default options to file.

This is similar to Highs_writeOptions, except only options with non-default value are written to filename.

@param highs a pointer to the Highs instance @param filename the filename to write the options to

@returns a kHighsStatus constant indicating whether the call succeeded