Example 15.2 Fixed-MPS-Format File

The following file, example_fix.mps, contains the data from Example 15.1 in the form of a fixed-MPS-format file. The indicator codes MAX and MIN are not available for objective rows in fixed MPS format, so the PROFIT row is specified as type N. Minimization is assumed for type-N rows; for a maximization objective, the objective coefficients must be replaced with values of the opposite sign.

* THIS IS AN EXAMPLE FOR FIXED MPS FORMAT.
NAME          PROD_MIX                                                
ROWS                                                                 
 N  PROFIT 
 L  STAMP                                                             
 L  ASSEMB                                                            
 L  FINISH                                                                                                                        
COLUMNS                                                      
    DESK      STAMP          3.00000   ASSEMB        10.00000         
    DESK      FINISH        10.00000   PROFIT       -95.00000 
    CHAIR     STAMP          1.50000   ASSEMB         6.00000 
    CHAIR     FINISH         8.00000   PROFIT       -41.00000                                         
    CABINET   STAMP          2.00000   ASSEMB         8.00000         
    CABINET   FINISH         8.00000   PROFIT       -84.00000                                 
    BOOKCSE   STAMP          2.00000   ASSEMB         7.00000         
    BOOKCSE   FINISH         7.00000   PROFIT       -76.00000                 
RHS  
    TIME      STAMP        800.00000   ASSEMB       1200.0000         
    TIME      FINISH       800.00000
RANGES                                                               
    T1        ASSEMB       900.00000                                  
BOUNDS                                                               
 UP BND       CHAIR         75.00000                                  
 LO BND       BOOKCSE       50.00000                                  
ENDATA