Originally posted by: ShaCplex
Dear Alex sir,
I am modelling an LP with two objectives using weighted sum. My objective function look like;
minimize w1 C(x) + w2 U(x)
C(x) is my cost function and U(x) is my non-utilization function which are conflicting in nature.
where w1 and w2 are the weights to the objectives respectively.
I would like to solve the problem for different set of weight combination for (w1,w2) such as (0.9,0.1), (0.8,0.2), (0.7,0.3), (0.6, 0.4), (0.5,0.5) (0.4,0.6), (0.3,0.7), (0.2,0.8), (0.1,0.9).
How can I write a OPL script in the same .mod file to automate this? At each run, it should take different weights and run.
Please help me.
Regards,
shahul
#DecisionOptimization#OPLusingCPLEXOptimizer