Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  issue with solving a nonconvex problem with demo version

    Posted 05/28/21 01:25 PM
    Hello All,

    I want to solve a small nonconvex quadratic problem (using the free version of CPLEX in Python environment) and I am not sure where the issue comes from. The nonconvex term is one of my constraints. I get CPLEX Error 5002 even though I set the optimality target parameter to 3. A screenshot of my code is attached.

    Thank you for your support in advance,
    Hossein


    ------------------------------
    Hossein Shahandeh
    ------------------------------

    #DecisionOptimization


  • 2.  RE: issue with solving a nonconvex problem with demo version

    Posted 05/28/21 02:47 PM
    According to the documentation, target setting 3 does not apply to quadratically constrained problems. As far as I know, CPLEX can only deal with nonconvex quadratic expressions in the objective function of a linearly constrained problem.

    ------------------------------
    Paul Rubin
    Professor Emeritus
    Michigan State University
    ------------------------------



  • 3.  RE: issue with solving a nonconvex problem with demo version

    Posted 05/28/21 02:58 PM
    That is a bummer! Thanks for your quick and helpful comment, Paul. Really appreciate it!

    ------------------------------
    Hossein Shahandeh
    ------------------------------