# x54_03.txt # # Reference: # # Helmut Spaeth, # Mathematical Algorithms for Linear Regression, # Academic Press, 1991, page 323, # ISBN 0-12-656460-4. # # Discussion: # # Linear inequality constraints E * X >= H. # 7 columns 2 rows Index E1 E2 E3 E4 E5 H 1 -5 -1 0 -6 -6 -1 2 -6 -2 -4 -12 -4 -8