time spent polishing a solution (deprecated)

Deprecated parameter

Purpose

Time spent polishing a solution (deprecated)

C Name                  CPX_PARAM_POLISHTIME (double)
C++ Name                PolishTime (double)
Java Name               PolishTime (double)
.NET Name               PolishTime (double)
OPL Name                polishtime
Python Name             deprecated and not available
Interactive Optimizer   mip limit polishtime
Identifier              2066

Description

This deprecated parameter told CPLEX how much time in seconds to spend after a normal mixed integer optimization in polishing a solution. The default was zero, no polishing time.

Instead of this deprecated parameter, use one of the following parameters to control the effort that CPLEX spends in branch-and-cut before it begins polishing a feasible solution:

Values

Any nonnegative value in seconds; default: 0.0 (zero) seconds.