Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  MIP problem

    Posted 08/01/08 10:41 PM

    Originally posted by: SystemAdmin


    [ArushGadkar said:]

    hello all ,
    i am trying to a solve a mip problem where the output is a array of variables d= [d0,d1,d2,d3] and all combinations of these variables.(maximum 2 variables at a time ). like d0+ d1 , d0 d3 .. , obviously d0,d1,d2,d3 ... and so on . but cplex does not give some of the combinations like for example it misses d0 d2 ....

    when i fix the array d = [1,2,4,6] for example ... cplex gives me all the combinations ...
    can some one help me out ?

    Arush.
    #CPLEXOptimizers
    #DecisionOptimization