Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  How to address warning C4334

    Posted 02/16/17 03:36 PM

    Originally posted by: HKUcivil


    Hi,

    I use Vs2015 + Cplex 12.7.

    I receive a lot of warning C4334:

    C:\Program Files\IBM\ILOG\CPLEX_Studio127\concert\include\ilconcert/ilsched/ilosbasic.h(34): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)

     

    How to solve this?


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: How to address warning C4334

    Posted 02/17/17 02:44 AM

    Are you calling any of the IloBitSet() functions? Could you provide a full stack-trace for one of these warnings?


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: How to address warning C4334

    Posted 02/17/17 11:13 AM

    Originally posted by: Philippe_Refalo


    This is a warning that you get when compiling with CP Optimizer on Windows 64 bits platforms. The conversion does not create any problem in practice. However, we have fixed it in the next release. 

     

    Philippe


    #DecisionOptimization
    #OPLusingCPLEXOptimizer