Initializing help system before first use

XKTR_PARAM_MIP_SELECTRULE

Description
Specifies the MIP select rule for choosing the next node in the branch and bound tree.
Type
Integer
Values
0 
(auto) Let Knitro choose the node selection rule.
1 
(depth_first) Search the tree using a depth first procedure.
2 
(best_bound) Select the node with the best relaxation bound.
3 
(combo_1) Use depth first unless pruned, then best bound.
Default value
0