Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Scheduling using OPL

    Posted 11/28/19 12:48 AM

    Originally posted by: ChemStudent


    Hello,

    I am relatively new to tumple and I would like to develop a job shop scheduling using OPL. Im formulating a problem using a Resource-Task Network model,  implementing it on Cplex. The aim is to obtain a production schedule that minimizes the time required for a complete job cycle. Knowing the following:

    The product has to go through 5 Tasks, to be completed by 4 Machines (Machine1, 2x Machine2, Machine3). Task1 takes 1 hour to complete using Machine1. Simultaneously, Task3 requires 1 hour on Machine2 to be completed. Task2 starts immediately after, on a clean Machine2, taking 2hours to complete. Task4 starts immediatly after on Machine2 (that got cleaned after Task3) and takes 2 hours to complete.Finally, Task5 starts immediatly after Task4 completes, taking 3 hours on Machine3.  (Diagram attached below to better understand the situation)

    Is it possible to describe this situation on a 16hour job scheduling situation using OPL? And if so, how would it be programmed? 

    Best regards


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Scheduling using OPL



  • 3.  Re: Scheduling using OPL

    Posted 11/28/19 03:09 PM

    Originally posted by: ChemStudent


    Yes, I've tried the turtorials on scheduling but I still can't progam the situation of my problem. It doesnt seem too complex or different from some situations on the tutorials but I can´t seem to be doing it right

     


    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: Scheduling using OPL

    Posted 11/29/19 03:16 AM

    Hi

    I suggest http://icaps17.icaps-conference.org/tutorials/T3-Introduction-to-CP-Optimizer-for-Scheduling.pdf

    and to have a look at the jobshop example in

    CPLEX_Studio129\opl\examples\opl\sched_jobshop

    regards


    #CPLEXOptimizers
    #DecisionOptimization