| Type: | int |
|---|---|
| Default value: | 0 |
| Minimum value: | 0 |
| Maximum value: | MAXINT |
Enables distributed MIP. A value of n causes the
MIP solver to divide the work of solving a MIP model among
n machines. Use the
WorkerPool parameter to
provide the list of available machines.
The distributed MIP solver produces a slightly different log from the standard MIP solver, and provides different callbacks as well. Please refer to the Distributed Algorithm discussion for additional details.
Note: Only affects mixed integer programming (MIP) models
For examples of how to query or modify parameter values from our different APIs, refer to our Parameter Examples.