Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  how to create a special constraint?

    Posted 03/10/14 10:52 PM

    Originally posted by: appleme


    tuple  JUP
      {   
       string p;
        string u;   
      } ; 
    {JUP} jup=...;
    dvar interval TT[o in jup];
     

    I want to create a constraint

    forall(o in jup:o.p==p1)

    how to create a constraint:the number of 'startOf(TT[o])<=5'  will be less than 10?
     

     


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: how to create a special constraint?

    Posted 03/18/14 05:44 PM

    Originally posted by: MaryFenelon


    Please post this in the "OPL using CP Optimizer" forum.


    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: how to create a special constraint?

    Posted 03/24/14 04:42 AM

    Originally posted by: appleme


    Thank you ! I will ask this kind of question in that forum


    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: how to create a special constraint?

    Posted 03/20/14 02:12 AM

    The section "Logical constraint for counting" in this chapter of the user manual should answer your question.


    #CPLEXOptimizers
    #DecisionOptimization


  • 5.  Re: how to create a special constraint?

    Posted 03/24/14 04:41 AM

    Originally posted by: appleme


    Thank you very much !I have solved this problem!


    #CPLEXOptimizers
    #DecisionOptimization