Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

Objective with constraint

  • 1.  Objective with constraint

    Posted Wed July 12, 2017 07:56 AM

    Originally posted by: sandeepsinghchauhan


    I have a model in which I maximize Cost. It contains one constraint supply which values present as a scalar value 500.

    // supply constraint

    Input <= supply;

    Now, the supply present in a vector supply = [500,300,6000]; So, with each value of supply i want the value of cost. How can i solve this in opl.

    Please help

     

     

     


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Objective with constraint

    Posted Wed July 12, 2017 09:12 AM

    Hi,

    I think one link in https://www.linkedin.com/pulse/how-opl-alex-fleischer

    could help you.

    Change some data and solve again without regenerate

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer