ContentsIndexHome
PreviousUpNext
IAimmsMathProgramMatrixManipulationInfo::MMType Enumeration

The MMType enumeration lists the possible model types after doing GMP modifications.

enum MMType {
  MM_TYPE_LP = 1,
  MM_TYPE_LS,
  MM_TYPE_MIP,
  MM_TYPE_RMIP
};
Members 
Description 
MM_TYPE_LP = 1 
Model type LP. 
MM_TYPE_LS 
Model type LS, i.e., a linear system without an objective function. 
MM_TYPE_MIP 
Model type MIP. 
MM_TYPE_RMIP 
Model type RMIP. 
Copyright © 1993–2016 by AIMMS B.V. All rights reserved.