Welcome to Rajesh’s tools. These are some of the tools that I have build for aiding my research work at IIT Madras.
Visualization
- Steiner Tree // Steps Below
- CVRP // Steps Below
Steiner Tree
Steps
- Click on STP tool page
- Choose the input
.stp
file.
- Click the
convert
button to generate graphviz text.
- Click copy (get into your clipboard).
- Click graphviz link biside and paste it to visualize.
Demo video:
CVRP
Steps
- Click on CVRP GUI tool page
- Two ways: choose the input
.vrp
file and ouput .sol
file, or paste the its contents into text box.
- Click draw button.
- The routes are visualized below (Bonus: there is s check if the cost values computed matches printed cost).
Thanks to CVRPLIB for the inspiration!
Demo video:
count++