Enumeration of possible values for the QP solution target parameter Cplex.IntParam.OptimalityTarget.

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

Syntax

C#
public class OptimalityTarget
Visual Basic
Public Class OptimalityTarget

Remarks

Use these values with the method SetParam(Cplex.OptimalityTarget, value).

Inheritance Hierarchy

System..::..Object
  ILOG.CPLEX..::..Cplex..::..OptimalityTarget

See Also