Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  What is the best way to learn coding in scripting statement?

    Posted 12/11/18 01:16 PM

    Originally posted by: 88Simon88


    Hello everybody,

     

    I am new to the CPLEX and now I want to solve multiple instances of the same model, but I found that I have to learn scripting statement. Could you please provide me some documents or examples, videos, website, etc which can help me with this issue?

     

    Best

     


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: What is the best way to learn coding in scripting statement?

    Posted 12/11/18 01:22 PM

    Did you check the many examples that ship with CPLEX? They also contain a number of examples for scripting, including ones that repeatedly solve, modify, solve.


    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: What is the best way to learn coding in scripting statement?

    Posted 12/11/18 02:04 PM

    and a few examples in https://www.linkedin.com/pulse/how-opl-alex-fleischer/

    • Change some data and solve again without regenerate
    • Change some data and solve again with regenerate
    • Change a 2D array and solve again
    • Change a set and solve again

    regards


    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: What is the best way to learn coding in scripting statement?

    Posted 12/11/18 02:53 PM

    Originally posted by: 88Simon88


    Hi,

    No, which examples? 


    #CPLEXOptimizers
    #DecisionOptimization


  • 5.  Re: What is the best way to learn coding in scripting statement?

    Posted 01/04/19 03:55 AM

    In your installation directory, you have the opl/examples folder. That contains a lot of OPL examples. Also the user manual at https://www.ibm.com/support/knowledgecenter/SSSA5P_12.8.0/ilog.odms.ide.help/OPL_Studio/maps/globals/opl_KC_home.html has a number of tutorials that may help.


    #CPLEXOptimizers
    #DecisionOptimization