pub unsafe extern "C" fn Highs_writeOptionsDeviations(
highs: *const c_void,
filename: *const c_char,
) -> HighsIntExpand 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.