Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: imanopl
Hello everybody, my question may look a simple question, however I am trying to run the example ilobendersatsp.cpp (which can be accessed through http://www-01.ibm.com/support/docview.wss?uid=swg21399997&aid=9) but whenever I run it confront with the error The program '[4104] Template - CPlex 12.6.2 in Visual Studio.exe' has exited with code 0 (0x0). Can anyone know the reason? In addition, I realized there is another example named ilobenders.cpp for CPLEX, how can I find the example file (the one provided here:https://www.ibm.com/support/knowledgecenter/en/SSSA5P_12.7.1/ilog.odms.cplex.help/CPLEX/UsrMan/topics/discr_optim/benders/examplesBenders.html)?
Thanks in advance for your help
Are you sure that this is an error? A program exiting with code 0 usually means success.
All examples are in directory cplex/examples/src of your CPLEX installation. The ilobenders.cpp example is available since version 12.7.
Thank you very much for your answer, I would try the new one and will let you the results.