Function Highs_writePresolvedModel

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

Write the presolved model in highs to filename.

@param highs A pointer to the Highs instance. @param filename The filename to write.

@returns A kHighsStatus constant indicating whether the call succeeded.