Decision Optimization

Decision Optimization

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

 View Only
  • 1.  CPLEX setup with netbeans c++

    Posted Wed May 17, 2017 05:19 AM

    Originally posted by: Avi_ash


    Hi,

    Can anyone tell me how to setup CPLEX library for using it with Netbeans C++ projects in windows?

    I am new to CPLEX, tried but not able to figure out.

    Thanks

     


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: CPLEX setup with netbeans c++

    Posted Thu May 18, 2017 02:16 AM

    This question has been asked and answered several times here. Please search this Forum for "netbeans" and come back here if you don't find a satisfactory answer.

    In general, CPLEX is set up like any other 3rd party library. The CPLEX installation comes with a file called c_cpp.html that has instructions for setting up things in Visual Studio. For building from a different IDE you need the same include paths, the same linker paths and the same libraries. How to setup this stuff should be described in the manual of the respective IDE.


    #CPLEXOptimizers
    #DecisionOptimization