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