Function highs_sys::Highs_readModel

source ·
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.