Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  how to express this object function

    Posted 10/13/09 07:02 AM

    Originally posted by: SystemAdmin


    [zxlcsit said:]

    hi,everyone!
      Now,I have three arrays,the types of which are int[] priority, int[] category and INumVar[] plan.
    The expression of my object function is the product of the three arrays.
    I know how to express the product of two arrays(using model.scalprod) , but have never seen how to express three arrays.
    thank you for your help!
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: how to express this object function

    Posted 10/24/09 06:53 PM

    Originally posted by: SystemAdmin


    [johncui said:]

    How about product the result of first two array with the third one?

    John Cui
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: how to express this object function

    Posted 10/27/09 02:45 PM

    Originally posted by: SystemAdmin


    [zxlcsit said:]

    yes! You are right!
    thanks!
    #CPLEXOptimizers
    #DecisionOptimization