Decision Optimization

Decision Optimization

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

 View Only
  • 1.  NP hard problem

    Posted Mon December 02, 2019 04:08 AM

    Originally posted by: arronlee11


    1. Are all shortest path problems NP hard?

    2. Is the classical shortest path problem NP hard?

     


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: NP hard problem

    Posted Wed January 08, 2020 04:02 AM

    The shortest path problem with non-negative edge weights can be solved in polynomial time and is thus not NP hard.


    #CPLEXOptimizers
    #DecisionOptimization