optimatorlab / veroviz

Vehicle Routing Visualization package
https://veroviz.org
MIT License
39 stars 9 forks source link

VeRoViz: Vehicle Routing Visualization

PyPI version License

VeRoViz is a suite of tools (primarily written in Python) to easily generate, test, and visualize vehicle routing problems.

Key features of the Python tools include:

All Python source code is hosted in this repository. Documentation, examples, contact information are available from the VeRoViz project website.


About VeRoViz

VeRoViz is an open-source project from the Optimator Lab, in the University at Buffalo's Department of Industrial & Systems Engineering.

This project began in 2018 as a tool for our research lab. It is under ongoing development.

The prototypical VeRoViz user is someone who is developing models, algorithms, or heuristics for a vehicle routing problem (entities that move between locations). Sketch can also be used as a teaching tool in the classroom to introduce vehicle routing concepts.

The aim of VeRoViz is to help such a user

VeRoViz is not an optimization package. If you're interested in vehicle routing solvers, you might consider GraphHopper, Vroom, OR-Tools, VeRyPy, or VRPy.


Contact


About Us

We hope that VeRoViz adds value to your vehicle routing research. As always, we welcome your feedback (in the form of comments about how you're using the tool, issues you're experiencing, or ideas for new functionality).


How to Cite VeRoViz

If you're using VeRoViz in your research, please consider adding a citation. Our manuscript for VeRoViz is currently under review. You may view this manuscript on SSRN. Until this paper appears in a journal, you may cite VeRoViz with the following BibTeX entry:

@Misc{veroviz2020,
    title        = {{VeRoViz}: A Vehicle Routing Visualization Toolkit}, 
    author       = {Lan Peng and Chase Murray},
    year         = {2020},
    howpublished = {\url{https://ssrn.com/abstract=3746037}},
    note         = {Accessed: 2021-05-10}
}

Contribute to VeRoViz

We welcome contributions from the vehicle routing community. Please, help us make VeRoViz better!

Here's how you can help:

  1. Report bugs/errors/oddities. This helps us know if something's broken.
  2. Suggest a new feature. We tried to think of all of the clever ways people might use VeRoViz, but we probably forgot something. Let us know what you think would help make your life easier.
  3. Submit a pull request. If you have some code that would fix an issue and/or improve VeRoViz, a pull request is the best way to incorporate that code into the package. We haven't had any pull requests from outside collaborators, so we haven't yet worked out our preferred workflow. So, if you're thinking of contributing code, please send us an email first, so we can jointly decide the best way to collaborate.

Links