The enumeration Cplex::MultiObjIntInfo lists types of solution information of type int 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 MultiObjIntInfo
Visual Basic
Public MustInherit Class MultiObjIntInfo

Remarks

This information can be queried for each priority level with method Cplex.GetMultiObjInfo(Cplex.MultiObjIntInfo, 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..::..MultiObjIntInfo

See Also