Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Need your help !

    Posted 11/08/10 12:39 PM

    Originally posted by: sunilbt


    I have FORTRAN program output to which I need to use CPLEX optimizer.

    So I wanted to know is it better to use FORTRAN to call CPLEX optimizer.
    If so where can I find the FORTRAN examples?
    or
    Can I call CPLEX using C++ or C-
    If so how can I use it with FORTRAN?
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Need your help !

    Posted 11/08/10 08:28 PM

    Originally posted by: SystemAdmin


    There are no FORTRAN examples for CPLEX. But CPLEX can definitely be used with FORTRAN by general "FORTRAN with C" techniques (other peoples have done that in the past).
    Just search the web for information about how interconnect FORTRAN and C in general (there is nothing special you have to do for CPLEX).
    #CPLEXOptimizers
    #DecisionOptimization