Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Problem using CPLEX

    Posted 06/22/12 01:21 PM

    Originally posted by: CDN3_Daniel_Cramer


    Hello again,

    I got a new problem.
    I have a 2-dimensional array (Suppliers and Goods - and the prices are in the "cells")

    I want CPLEX to choose the supplier with the cheapest price - but I didn't get it in my formulation.

    my problem-formulation:

    minimize costs
    forall (k in material, s in supplier)
    demandmaterialperiod * pricematerialsupplier

    Prices are the same for each period, only the suppliers have different prices for each material.
    (This formulation is not complete - it is only an excerpt.)

    Could anybody give me an advice?

    Thanks
    #DecisionOptimization
    #OPLusingCPLEXOptimizer