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

Remarks

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

See Also