Function highs_sys::Highs_writeOptions
source · [−]pub unsafe extern "C" fn Highs_writeOptions(
highs: *const c_void,
filename: *const c_char
) -> HighsIntExpand 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