Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Cplex with Eclipse IDE C++ in MAC

    Posted 07/19/11 05:54 AM

    Originally posted by: Thais_Avila


    Hi, I'm working with Eclipse in C++. I need link Cplex with eclipse but I have got some errors that I don't resolve.

    I have MAC, I used this tutorial http://www4.ncsu.edu/~yzhang13/eclipse-cplex-linux2.html But I have this errors :
    • Build of configuration Debug for project cplex ****

    make all
    Building file: ../main.cpp
    Invoking: GCC C++ Compiler
    g++ -DIL_STD -I/thais/ilog/cplex/include -I/thais/ilog/concert/include -O0 -g3 -Wall -c -fmessage-length=0 -m32 -O -fPIC -fexceptions -DNDEBUG -DIL_STD -MMD -MP -MF"main.d" -MT"main.d" -o"main.o" -c"../main.cpp"
    i686-apple-darwin9-g++-4.0.1: no input files
    make: *** http://main.o Error 1

    and this are my properties configutations : in "imagenes cplex-eclipse".

    Thanks for your Help.
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Cplex with Eclipse IDE C++ in MAC

    Posted 07/19/11 06:04 AM

    Originally posted by: SystemAdmin


    I think you are missing some blanks in your compiler command. There should be a blank after the at least following switches: '-o', '-c'
    If you have further problems please also look at this thread in which we discussed several issues with MAC.
    #CPLEXOptimizers
    #DecisionOptimization