ILOG CPLEX 10.1 User's Manual > Discrete Optimization > Using Column Generation: a Cutting Stock Example > Developing the Model: Building and Modifying > Changing the Objective Function |
Changing the Objective Function |
INDEX
![]() |
After the dual solution vector of the master model is available, the objective function of the subproblem is adjusted by a call to the method IloObjective::setLinearCoefs
, like this:
ReducedCost.setLinearCoefs(Use, price); |
Copyright © 1987-2006 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |