Hi everyone,
I have a problem that I want to solve with AMPL+CPLEX. In my problem I
have several objectives and they have priority. For example I want to
maximize 3 different variables (var1,var2,var3) but the first variable
(var1) is the most important one and I need to maximize that one
first. After getting the maximum value for var1, I want to maximize
var2 (and still keep the maximum value for var1) and again after
finding the maximum value for var2, I want to find the maximum value
for var3 and keep the values of var1 and var2 unchanged.
Is there any way I can solve this problem with AMPL?? Does any one
have any suggestions??
It seems the problem in this post (
http://groups.google.com/group/ampl/
browse_thread/thread/4334278f7764e33b/44b144dbe0c74e04?lnk=gst&q=multi
+objective#44b144dbe0c74e04) is like mine and someone answered "There
are techniques to repeatedly solve the problem and map a graph of the
tradeoffs between competing objectives. That is a textbook issue, and
unrelated to ampl". Anyone has any resource I can use??
Thanks all,
Hessam