Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Cplex file format

    Posted 05/28/12 02:49 AM

    Originally posted by: Inspiredlallu


    Hi,

    I have to read thousands of models from files and solve them. And I need the time taken to be the least. Can anyone guide me as to which is the fastest file format which I should consider. And how to export the model into that format.

    Thanks and Regards,
    Neha Bhatia
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Cplex file format

    Posted 05/28/12 03:18 AM

    Originally posted by: SystemAdmin


    We don't have benchmarks for that but I would guess that the SAV file format is the fastest one. You can create files in this format by specifying a file name with suffix ".sav" to CPXwriteprob() or IloCplex.exportModel().
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Cplex file format

    Posted 05/28/12 07:45 AM

    Originally posted by: Inspiredlallu


    Thanks a lot.

    Regards,
    Neha Bhatia
    #CPLEXOptimizers
    #DecisionOptimization