Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: CarlosSocarras
Hello Guys,
I am trying to run some doopl examples that I cloned from github https://github.com/IBMDecisionOptimization/doopl-examples in mi Mac but there is a problem. The first step was pip install doopl (12.8.0.4) then I open ipython from Terminal and run Mulprod.py after that I got the next message
I would like to know if there are another things that I need to set up in order to import from doopl.factory.
Thanks
Carlos Socarrás
Originally posted by: VincentBeraudier
You need to put the OPL shared lib from CPLEXStudio128/opl/bin/x86-64_osx in the DYLD_LIBRARY_PATH environment path.
Hello Vincent!
I appreciate your help, Problem Solved!