Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

CP optimizer with fortran

  • 1.  CP optimizer with fortran

    Posted Wed March 29, 2017 07:46 AM

    Originally posted by: AMM1


    hi alix,
    i need your help please.
    ​i have code done using FORTRAN , and i have model done using cp optimizer with ibm ilog cplex optimization studio.

    how can i hybridize the both codes?
    i have 48 .mod files with 48.dat corresponding files

    For each problem , the FORTRAN code will give me a set of costumers to be served , then i need the cp code to find the best route .


    #CPOptimizer
    #DecisionOptimization


  • 2.  Re: CP optimizer with fortran

    Posted Fri March 31, 2017 08:52 AM

    Hi,

    in Fortran you may use SYSTEM https://gcc.gnu.org/onlinedocs/gfortran/SYSTEM.html

    to call opl through oplrun.exe

    regards


    #CPOptimizer
    #DecisionOptimization