You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release all retained memory back to the allocator.
307
+
308
+
Clears all solver state and shrinks internal vectors to free unused capacity. Useful in long-running services that reuse a Highs instance across multiple solves to prevent unbounded RSS growth from heap fragmentation.
309
+
310
+
# Arguments
311
+
* `highs`: A pointer to the Highs instance.
312
+
# Returns
313
+
A `kHighsStatus` constant indicating whether the call succeeded.
0 commit comments