Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Getting clone logs from concurrent optimization

    Posted 08/10/10 03:31 PM

    Originally posted by: SystemAdmin


    Interactive Optimizer is able to produce clone logs when running concurrent optimization or MIP. When running concurrent optimization (we use CPLEX 12.2), interactive optimizer produces clone1.log and clone2.log files that contain the output of the second and the third concurrent threads. Is there any chance we can get clone logs from Concert C++ and Matlab interfaces? We are interested in aggregating/parsing the logs produced by different algorithms when running concurrent optimization.
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Getting clone logs from concurrent optimization

    Posted 08/16/10 12:24 PM

    Originally posted by: SystemAdmin


    As far as I know this is only possible from the C interface using method CPXsetlogfile(). There is no equivalent for this in C++.
    #CPLEXOptimizers
    #DecisionOptimization