Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  assignment problem

    Posted 11/19/11 04:07 AM

    Originally posted by: John85655


    Hi OPL-Profs,

    I'm a beginner in using OPL and right now i am fighting with a problem:
    I have 21 machines and 5 processes.But certain machines are just able to do certain processes.
    How can I implement that for instance machine 1-7 can make process one, machine 8-14 process 2 and so on?

    Does anyone has an idea how to implement this with OPL and the Cplex-solver?

    Thanks a lot for your help!
    John
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: assignment problem

    Posted 11/19/11 05:15 PM

    Originally posted by: SystemAdmin


    You can add constraints that force illegal assignments to zero, or you can give the illegal assignments huge costs.

    Paul

    Mathematicians are like Frenchmen: whenever you say something to them, they translate it into their own language, and at once it is something entirely different. (Goethe)
    #CPLEXOptimizers
    #DecisionOptimization