Double 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..::..DoubleParam EpPer
Visual Basic
<ObsoleteAttribute("Use hierarchy of parameters under Cplex.Param instead.")> _
Public Shared ReadOnly EpPer As Cplex..::..DoubleParam

Remarks

See CPX_PARAM_EPPER in the C API, or Cplex::NumParam::EpPer in the C++ API for further information.

See Also