Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Logarithms in CPLEX

    Posted 08/28/15 05:04 PM

    Originally posted by: JDO


    Hi everyone,

    I'm trying to solve a program that a mathematical program that is linear and convex, except for a set of variables that I need the logarithm values of. I've tried to circumvent this issue by linearizing the logarithm functions via SOS2 constraints (as seen here).

    However, doing so leads to an MIP that seems impossible to solve to integer feasibility (I have yet to find solutions regardless of the time limit). Anyone have suggestions of better ways to deal with concave functions such as the logarithm function?

     

    Thanks,

    JDO


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Logarithms in CPLEX



  • 3.  Re: Logarithms in CPLEX

    Posted 09/21/15 05:07 PM

    Originally posted by: JDO


    Hi Alex,

    Thanks for the link. I haven't tried that yet. Is it only usable via C++? I'm currently working with API and would rather not switch programming languages.

    Thanks,

    JDO


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 4.  Re: Logarithms in CPLEX

    Posted 09/22/15 03:01 AM

    Hi

    PWL are available in C++, java, OPL and other APIs

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 5.  Re: Logarithms in CPLEX

    Posted 09/28/15 06:04 PM

    Originally posted by: JDO


    Thanks Alex, I'll look into those.

    Best,

    JDO


    #DecisionOptimization
    #OPLusingCPLEXOptimizer