simplex refactoring frequency

Sets the number of iterations between refactoring of the basis matrix.

Purpose

Simplex refactoring frequency

API Parameter Name Name prior to V12.6.0
C CPXPARAM_Simplex_Refactor CPX_PARAM_REINV
C++ IloCplex::Param::Simplex::Refactor ReInv (int)
Java IloCplex.Param.Simplex.Refactor ReInv (int)
.NET Cplex.Param.Simplex.Refactor ReInv (int)
OPL reinv reinv
Python parameters.simplex.refactor simplex.refactor
Interactive simplex refactor simplex refactor
Identifier 1031 1031

Description

Sets the number of iterations between refactoring of the basis matrix.

Table 1. Values
Value Meaning
0 Automatic: let CPLEX choose; default
Integer from 1 to 10 000 Number of iterations between refactoring of the basis matrix