Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

Read .dat and .mod files using a Java algorithm

  • 1.  Read .dat and .mod files using a Java algorithm

    Posted 12/07/17 06:11 PM

    Originally posted by: Farouk HAMMAMI


    Hi,

     

    I have multiple optimization problems that i used to solve using IBM ILOG Optimization Studio. Now, seen that i have multiple Instance_i.mod and Instance_i.dat files, it takes too much time to solve instance one by one by clicking. So, how to read these .mod and .dat files using a java program that i compile using netbeans or eclipse?

     

    Thank you.


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Read .dat and .mod files using a Java algorithm

    Posted 12/08/17 05:04 AM

    Hi,

    in

    CPLEX_Studio1271\opl\examples\opl_interfaces\java

    you have many examples how to call OPL from java

    regards


    #CPLEXOptimizers
    #DecisionOptimization