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