Hello all,
I am new in this type of modelling and I am working on an example from EMP documentation.
I attach the following code:
positive variables x,y;
variables objout,objin;
equations defout,defin,e1,e2,e3,e4;
defout… objout =e= x - 4*y;
defin… objin =e= y;
e1… x + y =g= 3;
e2… 2x - y =g= 0;
e3… -2x - y =g= -12;
e4… -3x + 2y =g= -4;
model bard / all /;
$echo bilevel x min objin y defin e1 e2 e3 e4 > “%emp.info%”
solve bard using emp minimizing objout;
How can I see the emp.info file?
Also when running this example I get an infeasibility.
Thanks in advance,
Konstantinos Petridis
–
To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/groups/opt_out.