Decision Optimization

Decision Optimization

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

 View Only
  • 1.  CPLEX Concert Lib File for VS 2019

    Posted Fri March 13, 2020 10:21 AM

    Originally posted by: Minoo


    I installed Cplex 12.100. In the Cplex\lib, I just have the "x64_windows_msvc14".

    I tried to link it from visual studio 2012 and it did not work. Should I use a version of VS that completely match to "x64_windows_msvc14"? Which version of VS would work here?

     

    Thanks,


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: CPLEX Concert Lib File for VS 2019

    Posted Fri March 13, 2020 10:28 AM

    In the "requirements" tab of the detailed system requirements at https://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=BE7489907D6811E9BFD5252BC35BF06E&osPlatform=Windows you can see that VS2012 is not officially supported for CPLEX 12.10. The officially supported versions are 15, 17, 19. So if things don't work then I'm afraid you'll have to upgrade Visual Studio or downgrade CPLEX. BTW, even CPLEX 12.7 (the oldest version you can find in the system requirements) did not officially suport Visual Studio 2012 but started with 2013.


    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: CPLEX Concert Lib File for VS 2019

    Posted Fri March 13, 2020 11:44 AM

    Originally posted by: Minoo


    Thanks for your answer. I used VS 2019 and it worked!


    #CPLEXOptimizers
    #DecisionOptimization