pub unsafe extern "C" fn Highs_clearSolver(
    highs: *mut c_void
) -> HighsInt
Expand 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.