Package cplex :: Package _internal :: Module _multiobjsoln :: Class MultiObjIntInfo
 

Class MultiObjIntInfo


Types of integer information that can be queried for multi-objective optimization.

This class contains the types of solution information of type float that can be retreived from the solution of a sub-problem solved during multi-objective optimization.

This information can be querried for each priority level with method MultiObjSolnInterface.get_info.

Instance Methods

Inherited from constant_class.ConstantClass: __getitem__, __init__, __iter__

Class Variables
  error = 0
See CPX_MULTIOBJ_ERROR in the C API.
  status = 1
See CPX_MULTIOBJ_STATUS in the C API.
  method = 18
See CPX_MULTIOBJ_METHOD in the C API.
  priority = 17
See CPX_MULTIOBJ_PRIORITY in the C API.
  blend = 20
See CPX_MULTIOBJ_BLEND in the C API.
  pfeas = 21
See CPX_MULTIOBJ_PFEAS in the C API.
  dfeas = 22
See CPX_MULTIOBJ_DFEAS in the C API.