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

Read a model from filename into highs.

@param highs a pointer to the Highs instance @param filename the filename to read

@returns a kHighsStatus constant indicating whether the call succeeded