This method returns the requested integer valued solution info of a subproblem of a multiobjective optimization.

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

Syntax

C#
public virtual int GetMultiObjInfo(
	Cplex..::..MultiObjIntInfo what,
	int subprob
)
Visual Basic
Public Overridable Function GetMultiObjInfo ( _
	what As Cplex..::..MultiObjIntInfo, _
	subprob As Integer _
) As Integer

Parameters

what
Type: ILOG.CPLEX..::..Cplex..::..MultiObjIntInfo
subprob
Type: System..::..Int32

See Also