Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  using cplex c+++ without visual studio

    Posted 01/25/14 12:43 PM

    Originally posted by: NellyMonserrat


    Hi everybody!!!

    I´m new in cplex, i just installed the software. I have a question, maybe it´s foolish or pointless, if so, an apology in advantace. I don´t know if it´s posible to use cplex to c++, without using visual studio or another intermediate, in windows? I would like to do my c++ code and run it without visual, something like Linux running the programm in the console.

    Thanks a lot!


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: using cplex c+++ without visual studio

    Posted 01/26/14 01:56 AM

    Hi,

    in http://publib.boulder.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1357752720677&osPlatform=Linux

    you will see the C++ we support with linux : GNU C Compiler (gcc) and g++ 4.1

    You may do everything with a command line

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: using cplex c+++ without visual studio

    Posted 01/26/14 05:00 PM

    Originally posted by: NellyMonserrat


    Hi Alex.

    Thanks for your help, but do you know if is posible do the same in Windows,  without using OPL or visual studios, just c++ and cplex?

    Regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 4.  Re: using cplex c+++ without visual studio

    Posted 01/27/14 03:19 AM

    Hi,

    well you need a compiler for C++ but in command line you may use http://msdn.microsoft.com/en-us/library/f35ctcxw.aspx

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 5.  Re: using cplex c+++ without visual studio

    Posted 01/27/14 04:35 PM

    Originally posted by: NellyMonserrat


    Thanks a lot!!! I´ll check this, but  I think that is what i was looking for.


    #DecisionOptimization
    #OPLusingCPLEXOptimizer