Integer control parameter.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
[ObsoleteAttribute("Use hierarchy of parameters under Cplex.Param instead.")]
public static readonly Cplex..::..IntParam SolnPoolReplace
Visual Basic
<ObsoleteAttribute("Use hierarchy of parameters under Cplex.Param instead.")> _
Public Shared ReadOnly SolnPoolReplace As Cplex..::..IntParam

Remarks

See CPX_PARAM_SOLNPOOLREPLACE in the C API, or Cplex::IntParam::SolnPoolReplace in the C++ API for further information.

See Also