Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  What is Runtime Library?

    Posted 12/12/10 12:44 PM

    Originally posted by: y82li


    The information below applies to the Visual C++2005 multi-threaded STL library. If you use another version of library, set the Runtime Library option to match the library version.

    How and Where can I check the Runtime Library information, multi-threaded STL library or something else?

    I did not have too much knowledge about computer. It looks that the CPLEX manual assume everyone have already known what is Runtime library. But this is a new term to me. I am so frustrated to learn new software. But I am OK with programming itself. "Runtime library" "environment variable"......Any entry level computer book for me to get rid of this kind of barriers. Thank you!
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: What is Runtime Library?

    Posted 12/12/10 04:37 PM

    Originally posted by: SystemAdmin


    The CPLEX documentation team assumes (not unreasonably, in my opinion) that if you are using the C++ API, you are experienced with coding in C++ (including compiling and linking). They do provide detailed information for how to compile using Visual Studio in a file (c_cpp.html) that ships with Windows version of CPLEX (at least it did with 12.1; not sure about 12.2). Things like runtime library and STL are familiar to C++ coders, and are not specific to CPLEX.

    If you are just learning C++, you might consider switching to either Java or Python, both of which (in my opinion) are much easier to learn, and both of which require less screwing around when you go to compile a program.

    /Paul

    Mathematicians are like Frenchmen: whenever you say something to them, they translate it into their own language, and at once it is something entirely different. (Goethe)
    #CPLEXOptimizers
    #DecisionOptimization