Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  About VS2005 and CPLEX

    Posted 07/13/08 08:07 AM

    Originally posted by: SystemAdmin


    [liuran said:]

    When I use vs2005 and Cplex10.1, there is an error: can not find cplex101.dll.
    But when I put the **.exe file created by vs 2005 in the folder" C:\ILOG\CPLEX101\bin\x86_win32"  . It can be executed!
    Is there something wrong?  Please help me!
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: About VS2005 and CPLEX

    Posted 07/14/08 08:11 PM

    Originally posted by: SystemAdmin


    [MaryFenelon said:]

    You have found your own answer.  cplex101.dll must be visible to the .exe which calls it.  This means copying the .dll into the directory of the .exe, or putting the folder which contains the cplex101.dll on the Windows path.  See the file c_cpp.html in the CPLEX distribution for more information.
    #CPLEXOptimizers
    #DecisionOptimization