Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Problem with constraint in Column generation

    Posted 01/28/13 09:57 PM

    Originally posted by: SystemAdmin


    Hi all!

    I'm working on a model as follows (attachment). Thinking in the cutting stock problem in c + + (*Problem:* http://www.cs.cornell.edu/w8/iisi/ilog/cplex100/usrcplex/usingColumnGen4.html and *Code:*http://www-01.ibm.com/support/docview.wss?uid=swg21399997&aid=1). As could add the constraint number 3 to the model?

    I appreciate your help,
    regards
    C.M.
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Problem with constraint in Column generation

    Posted 02/06/13 11:30 PM

    Originally posted by: SystemAdmin


    Sorry, model description:

    - Is a formulation: Colunas Generation
    - The decision variable is "x", is greater than zero if the column is considered in the solution
    - Restriction 2 ensures that every customer is satisfied
    - Restriction 3 limits the number of vehicles in the solution

    Assumed that as the price is generating new columns moves, this causes increase in the column space... I need to clean the model and load the columns encountered when applying this restriction (number of columns = K)? ... as should define this set of restrictions to the number of vehicles?

    I appreciate your help, I implemented ideas without good results
    Regards
    C.M.
    #CPLEXOptimizers
    #DecisionOptimization