Initializing help system before first use

HEURTHREADS

Description
Branch and Bound: The number of threads to dedicate to running heuristics on the root node.
Type
Integer
Values
-1 
Automatically determined from the THREADS control.
0 
Disabled. Heuristics will be run sequentially with the root LP solve and cutting.
>=1 
Number of root threads to dedicate to parallel heuristics.
Default value
0
Note
When heuristic threads are enable, the heuristics will be run in parallel with the initial LP solve, if possible, and in parallel with the root cutting.
Affects routines
See also