Routing vehicle problem

The Routing vehicle problem (RVP) can be considered as a generalization of the Traveling salesperson problem (TSP). It short, the objective is to find the optimal routes for multiple vehicles to visit a set of locations. The objective is to minimize the total cost of multiple trucks (the number of trucks is known beforehand and … Read more

Traveling salesperson problem

TSP_feature

The traveling salesperson problem (TSP) is a popular example of optimization problem, which has wide application in planning and logistics. The description is given below. A salesperson has to travel through n cities. Any arbitrary two cities are always connected by a straight line. The salesperson do not want to visit any city twice. What … Read more