Function highs_sys::Highs_clearSolver
source · pub unsafe extern "C" fn Highs_clearSolver(
highs: *mut c_void
) -> HighsIntExpand description
Clear all solution data associated with the model.
See Highs_destroy to clear the model and free all associated memory.
@param highs A pointer to the Highs instance.
@returns A kHighsStatus constant indicating whether the call succeeded.