Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only

using cplex to find 3 disjoint paths

  • 1.  using cplex to find 3 disjoint paths

    Posted 11/29/21 11:46 PM
    I want to find 3 disjoint paths for each request (source node, destination node and required bandwidth). Now the constraints of one path have been listed. I only need to copy 3 copies of the constraints.

    Now, if a request can't find 3 routes, it will have no solution.

    I want it now to find 2 routes if it can't find 3 routes, and 1 path if it can't find 2 paths. How can I realize this?


    ------------------------------
    Yan He
    ------------------------------

    #DecisionOptimization