|
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. |