dea_frac_lin.gms
* NLP written by GAMS Convert at 11/01/04 09:29:27
*
* Equation counts
* Total E G L N X C
* 11 1 0 10 0 0 0
*
* Variable counts
* x b i s1s s2s sc si
* Total cont binary integer sos1 sos2 scont sint
* 9 9 0 0 0 0 0 0
* FX 0 0 0 0 0 0 0 0
*
* Nonzero counts
* Total const NL DLL
* 89 81 8 0
*
* Solve m using NLP minimizing objvar;
Variables x1,x2,x3,x4,x5,x6,x7,x8,objvar;
Positive Variables x1,x2,x3,x4,x5,x6,x7,x8;
Equations e1,e2,e3,e4,e5,e6,e7,e8,e9,e10,e11;
e1.. - 0.661106261*x1 - 0.755821674*x2 - 0.627447499*x3 + 0.171747132*x4
+ 0.843266708*x5 + 0.550375356*x6 + 0.301137904*x7 + 0.292212117*x8
=L= 0;
e2.. - 0.283864198*x1 - 0.086424624*x2 - 0.102514669*x3 + 0.224052867*x4
+ 0.349830504*x5 + 0.856270347*x6 + 0.067113723*x7 + 0.500210669*x8
=L= 0;
e3.. - 0.641251151*x1 - 0.545309498*x2 - 0.031524852*x3 + 0.998117627*x4
+ 0.578733378*x5 + 0.991133039*x6 + 0.762250467*x7 + 0.130692483*x8
=L= 0;
e4.. - 0.792360642*x1 - 0.072766998*x2 - 0.175661049*x3 + 0.639718759*x4
+ 0.159517864*x5 + 0.250080533*x6 + 0.668928609*x7 + 0.435356381*x8
=L= 0;
e5.. - 0.525632613*x1 - 0.750207669*x2 - 0.178123714*x3 + 0.359700266*x4
+ 0.351441368*x5 + 0.13149159*x6 + 0.150101788*x7 + 0.58911365*x8 =L= 0;
e6.. - 0.034140986*x1 - 0.585131173*x2 - 0.621229984*x3 + 0.830892812*x4
+ 0.230815738*x5 + 0.66573446*x6 + 0.775857606*x7 + 0.303658477*x8 =L= 0;
e7.. - 0.3893619*x1 - 0.358714153*x2 - 0.243034617*x3 + 0.110492291*x4
+ 0.502384866*x5 + 0.160172762*x6 + 0.872462311*x7 + 0.265114545*x8
=L= 0;
e8.. - 0.246421539*x1 - 0.130502803*x2 - 0.93344972*x3 + 0.285814322*x4
+ 0.593955922*x5 + 0.722719071*x6 + 0.628248677*x7 + 0.463797865*x8
=L= 0;
e9.. - 0.379937906*x1 - 0.783400461*x2 - 0.300034258*x3 + 0.413306994*x4
+ 0.117695357*x5 + 0.314212267*x6 + 0.046551514*x7 + 0.338550272*x8
=L= 0;
e10.. - 0.125483222*x1 - 0.748874105*x2 - 0.069232463*x3 + 0.182099593*x4
+ 0.645727127*x5 + 0.560745547*x6 + 0.76996172*x7 + 0.297805864*x8
=L= 0;
e11.. (0.171747132*x4 + 0.843266708*x5 + 0.550375356*x6 + 0.301137904*x7 +
0.292212117*x8)/(0.661106261*x1 + 0.755821674*x2 + 0.627447499*x3)
+ objvar =E= 0;
* set non default bounds
* set non default levels
x1.l = 100;
x2.l = 100;
x3.l = 100;
x4.l = 100;
x5.l = 100;
x6.l = 100;
x7.l = 100;
x8.l = 100;
* set non default marginals
Model m / all /;
m.limrow=0; m.limcol=0;
$if NOT '%gams.u1%' == '' $include '%gams.u1%'
Solve m using NLP minimizing objvar;