home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 301.lha / ASimplex_v1.5 / example.mpsx < prev    next >
Text File  |  1980-12-03  |  412b  |  27 lines

  1. NAME example
  2.  
  3. ROWS
  4.   N goal
  5.   L constr1
  6.   L constr2
  7.   L constr3
  8.  
  9. COLUMNS
  10.   x1  goal      1    constr1   1
  11.   x1  constr2   1    constr3   1
  12.   x2  goal      1    constr1  -4
  13.   x2  constr2   2    constr3   2
  14.   x3  goal     -1    constr1   3
  15.   x3  constr2  -1    constr3   1
  16.  
  17. RHS
  18.   b   constr1   6    constr2   1
  19.   b   constr3   8
  20.  
  21. BOUNDS
  22.   UP  bound     x1   1
  23.   UP  bound     x2   1
  24.   UP  bound     x3   3
  25.  
  26. ENDATA
  27.