Originally posted by: Allexandre
Hi Daniel,
Here is the link to the image which shows my objective function from Subproblem: https://www.dropbox.com/s/feloazsgw0ciq7m/dantzig-wolfe_sp.jpg
To solve this, I used the IloObjective::setLinearCoef
when I was creating the model, I kept its coeficients equal 1, for x variable. During the running, I set the new coeficients as (c[i,j] - pi[j]) for each variable x.
But now, in the Master Problem, which is minimize an error variable e, which has coefficient equal 1, I have to update the coeficients for the master's constraints. Is there any function for this?
Thanks.
#CPLEXOptimizers#DecisionOptimization