Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  imply denote

    Posted 06/08/16 02:46 AM

    Originally posted by: sandeepsinghchauhan


    forall(Ro in R){

    S[Ro] >= D[Ro] => A[Ro] == B[Ro];

    }

     

    In mathematical form

    SRo >= DRo => ARo == BRo

    Is denoting imply is correct? like for  &&  we can use ^ same Is there any other way to denote imply in mathematical equation form?

    please help


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: imply denote

    Posted 06/08/16 03:39 AM


  • 3.  Re: imply denote

    Posted 06/08/16 05:22 AM

    Originally posted by: sandeepsinghchauhan


     

    forall(Ro in R){

    S[Ro] >= D[Ro] => A[Ro] == B[Ro];

    S[Ro] <= D[Ro] => A[Ro] ==0;

    }

    Above constraint i written in the following form:

    mathematically are they correct?

    SRo >= DRo => ARo == BRo

    SRo <=  DRo => ARo == 0


    #DecisionOptimization
    #OPLusingCPLEXOptimizer