pub unsafe extern "C" fn Highs_destroy(highs: *mut c_void)Expand description
Destroy the model highs created by Highs_create and free all
corresponding memory. Future calls using highs are not allowed.
To empty a model without invalidating highs, see Highs_clearModel.
@param highs A pointer to the Highs instance.