pub unsafe extern "C" fn Highs_readOptions(
highs: *const c_void,
filename: *const c_char,
) -> HighsIntExpand description
Read the option values from file.
@param highs A pointer to the Highs instance. @param filename The filename from which to read the option values.
@returns A kHighsStatus constant indicating whether the call succeeded.