Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
Model.terminate()
terminate ( )
Generate a request to terminate the current optimization. This method can be called at any time during an optimization (from a callback, from another thread, from an interrupt handler, etc.). Note that, in general, the request won't be acted upon immediately.
When the optimization stops, the Status
attribute will be equal to GRB_INTERRUPTED
.
Example usage:
model.terminate()