Originally posted by: Sung_Hwang
Hi all,
I am Cplex beginner and I used concert technology with C++.
During algorithm, I would like to change
my objective coefficients how can I do that?
For example,
iteration==1
obj max 3*x1 + 4*x2 + 5*x3
st. x>=0 for all x
iteration ==2
obj max 7x1 + 6*x2 + w*x3
st. st. x>=0 for all x
Thank you
#CPLEXOptimizers#DecisionOptimization