Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Import from doopl.factory

    Posted 10/24/18 10:41 AM

    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


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Import from doopl.factory

    Posted 10/25/18 04:11 AM

    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.


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: Import from doopl.factory

    Posted 10/25/18 11:42 AM

    Originally posted by: CarlosSocarras


    Hello Vincent!

    I appreciate your help, Problem Solved!


    #DecisionOptimization