Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Add/Remove Column

    Posted 05/05/08 06:06 PM

    Originally posted by: SystemAdmin


    [e129377 said:]

    Hi,

    I try to remove some of the colums (coefficients and also decision variables) in my model. Since it is a big model, to save time I don't want to use Add/Remove Constraint comment of cplex. Also I don't want to re-initiate my model. Do you know a way to do it in C#?
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Add/Remove Column

    Posted 05/09/08 05:26 AM

    Originally posted by: SystemAdmin


    [MaryFenelon said:]

    The Remove and Delete methods can be applied to variables.  Remove keeps the variable around, Delete destroys it.
    #CPLEXOptimizers
    #DecisionOptimization