hi_reset_global_scheduler {highs} | R Documentation |
Reset Global Scheduler
Description
This function resets the global scheduler used by the solver.
Usage
hi_reset_global_scheduler(blocking)
Arguments
blocking |
A logical value indicating whether to wait for completion. |
Value
Invisible NULL.
Examples
hi_reset_global_scheduler(TRUE)
[Package highs version 1.10.0-2 Index]