II.Data file
This Data File should include all the information described above using GAMS format.

* GLOBSEP
*
*
* GLOBAL OPTIMIZATION OF SEPARATION PROCESSES WITH SINGLE FEED AND MIXED PRODUCTS
*
* I. Quesada and I. E. Grossmann
*
* Department of Chemical Engineering, Carnegie Mellon University
* Pittsburgh, PA 15213, U.S.A.
*
* Ref: Computers chem. Engng Vol. 19, No. 12, pp. 1219-1242, 1995.


*
* GLOBAL OPTIMIZATION FOR SEPARATION PROCESSES WITH
* MULTICOMPONENT FLOWS
*


SETS K products
/p1,
p2/

J components
/A,
B,
C,
D,
E/

I separators
/AB,
BC,
CD,
DE/;


SCALAR NS number of separators /4/;

PARAMETERS
CS(i) cost of separator i
/AB = 1.20,
BC = 3.00,
CD = 2.50,
DE = 1.50/;

TABLE PC(k,j) flow of component j in product k

A B C D

p1 2.00 2.40 16.00 8.00
p2 8.00 5.60 4.00 8.00

+

E

p1 1.00
p2 9.00


SCALAR TOL convergence tolerance /0.01/;