This app was made as a solution for problem posed by Reasearch & Development, IIT Delhi. The problem takes the form of a traveling salesman problem, and the challenge is to develop a user interface that the government or any other stakeholder can use to assign a set of stops and associated demand to a set of delivery agents, based on their capacity and to develop an optimal route for each delivery agent. The web app was based on Flask framework and used tools such as IBM ILOG CPLEX.
To use this you will need to install IBM ILOG CPLEX, which is a linear optimizer. You also need to install all the dependencies in the requirements.txt file.
To understand how our app works and how to use it, checkout the DOCS folder. It has a pdf explaining our approach, the release video and a demo video of our app, showing how it works.
This app was created by Undergraduates of Indian Institute of Technology, Delhi.