Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  I need header file

    Posted 05/30/09 08:03 PM

    Originally posted by: SystemAdmin


    [deborah said:]

    Hi,
    I build my c++ project using Visual Studio 2008 and CPLEX 11.2.
    When I compile it I obtain the following error:

    1>c:\users\deborah\documents\visual studio 2008\projects\test\cscpx.hpp(2) : fatal error C1083: Impossibile aprire il file inclusione 'sys/times.h': No such file or directory

    How can I include this header file?
    Thanks in advance
    Deborah
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: I need header file

    Posted 06/01/09 01:49 AM

    Originally posted by: SystemAdmin


    [notdarkyet said:]

    I would look for times.h with Windows' search routine.
    In Unix the file is just there in /usr/include/sys...so normally I would expect in in MS Studio's subdirs.
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: I need header file

    Posted 06/01/09 02:19 PM

    Originally posted by: SystemAdmin


    [Didier Vidal said:]

    Have you defined the preprocessor directive IL_STD ?
    The error you have might be related to this.

    Didier.
    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: I need header file

    Posted 06/02/09 01:00 PM

    Originally posted by: SystemAdmin


    [deborah said:]

    Hi,

    thanks for all replies.

    Yes I have defined the preprocessor directive IL_STD. If I delete this directive I obtain another error:

    1>C:\ILOG\Concert27\include\ilconcert/ilosys.h(399) : fatal error C1083: Impossibile aprire il file inclusione 'iostream.h': No such file or directory


    Regards

    Deborah
    #CPLEXOptimizers
    #DecisionOptimization