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

Write the current options to file.

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