number of attempts to repair infeasible MIP start

Limits the attempts to repair an infeasible MIP start.

Purpose

Number of attempts to repair infeasible MIP start

API Parameter Name Name prior to V12.6.0
C CPXPARAM_MIP_Limits_RepairTries CPX_PARAM_REPAIRTRIES
C++ IloCplex::Param::MIP::Limits::RepairTries RepairTries (long)
OPL repairtries
Interactive mip limits repairtries mip limits repairtries
Identifier 2067 2067

Description

Limits the attempts to repair an infeasible MIP start. This parameter lets you tell CPLEX whether and how many times it should try to repair an infeasible MIP start that you supplied. The parameter has no effect if the MIP start you supplied is feasible. It has no effect if no MIP start was supplied.

Table 1. Values
Value Meaning
-1 None: do not try to repair
0 Automatic: let CPLEX choose; default
Any positive integer Number of attempts