Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  break ilog code into header files

    Posted 12/27/07 05:46 AM

    Originally posted by: SystemAdmin


    [nidhi said:]

    Hi All
      I am new to iLOG and my project involves solving L.P using lagrangian relaxation. Hence the original problem is divided into 3 subproblems each solved individually using ilog code. but placing everyhting in single file makes it all complicated. CAN any please tell me :HOW TO DIVIDE ILOG CODE INTO VARIOUS HEADER FILES".
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: break ilog code into header files

    Posted 01/12/08 12:40 AM

    Originally posted by: SystemAdmin


    [ChrisHane said:]

    Hi Nidhi,

    A precise answer depends on your programming language and development tools.

    If you are using Windows and Visual Studio, then the header files can be placed in stdafx.h and shared across the individual cpp files.  The other languages all have their own ways to support this need.

    Its up to you to design the classes you use that call CPLEX as well as how those classes are mapped to source files.  If you could be more specific in the issue you are facing, then I can give a more specific answer.

    Good Luck,
    Chris


    #CPLEXOptimizers
    #DecisionOptimization