Initializing help system before first use

XKTR_PARAM_MIP_HEURISTIC

Description
Specifies which MIP heuristic search approach to apply to try to find an initial integer feasible point.
Type
Integer
Values
0 
(auto) Let Knitro choose the heuristic to apply (if any).
1 
(none) No heuristic search applied.
2 
(feaspump) Apply feasibility pump heuristic.
3 
(mpec) Apply heuristic based on MPEC formulation.
Default value
0
Note
If a heuristic search procedure is enabled, it will run for at most mip_heuristic_maxit iterations, before starting the branch and bound procedure.