Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Algorithm Execution Time with Matlab Cplex Interface

    Posted 11/20/11 08:34 AM

    Originally posted by: xlr8t


    Hi,
    I couldn't find an exact answer to this question so far.

    The Matlab cplex interface 12.3 returns in its output struct an algorithm execution time. I was wondering how cplex does measure this time.
    Is this the time the underlying function needs for solving only or is the whole function call measured which would also take the time for reallocating memory into account.
    From the output in Matlab I assumed its only solving and the additional overhead from the Matlab interface should not be present. Is that right?
    This would mean if I switch to the C interface I could expect these solving times?

    Thanks for any help!
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Algorithm Execution Time with Matlab Cplex Interface

    Posted 11/20/11 06:17 PM

    Originally posted by: John Cui


    The time is the alogrithm time, for example, if you are solving a MIP, then the time is the execute time of CPXmipopt, don't contain the time of building model and returning solution time.

    John Cui
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Algorithm Execution Time with Matlab Cplex Interface

    Posted 11/22/11 02:28 AM

    Originally posted by: xlr8t


    Hi John,
    thanks for the reply. So I guess my assumption was right.
    #CPLEXOptimizers
    #DecisionOptimization