Decision Optimization

Decision Optimization

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

 View Only
  • 1.  about eliminate subtour in VRP problem with Multiple Vehicles

    Posted Mon December 24, 2018 07:41 AM

    Originally posted by: xinzhangandy


    I am studying to use cplex to solve vrp problem,but I failed to express the constraint about elimanating the subtour,I hope somebody can help me with the expression,thank you.

    V0 is the set of customers;k is the set of vehicles;S is all the subset of V0,xijk indicates whether the vehicle k arrives directly from point j to point j.Thanks again


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: about eliminate subtour in VRP problem with Multiple Vehicles



  • 3.  Re: about eliminate subtour in VRP problem with Multiple Vehicles

    Posted Thu December 27, 2018 07:36 AM

    Originally posted by: xinzhangandy


    Thank you,It is so kind of you to give me advice,I will learn it later.

    best wishes!


    #DecisionOptimization
    #OPLusingCPLEXOptimizer