The enumeration Cplex::MultiObjNumInfo lists types of solution information of type double that can be retrieved about the solution of a subproblem solved during multiobjective optimization.

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

Syntax

C#
public abstract class MultiObjNumInfo
Visual Basic
Public MustInherit Class MultiObjNumInfo

Remarks

This information can be queried for each priority level with method Cplex.GetMultiObjInfo(Cplex.MultiObjNumInfo, int).

See the documentation of multiobjective information in the Callable Library (C API) Reference Manual for more information about these values. Also see the CPLEX User's Manual for examples of their use.

Inheritance Hierarchy

System..::..Object
  ILOG.CPLEX..::..Cplex..::..MultiObjNumInfo

See Also