Skip to content

Open-source, state-of-the-art vehicle routing problem solver in an easy-to-use Python package.

License

Notifications You must be signed in to change notification settings

ZGA2519/PyVRP_zone_checker

 
 

Repository files navigation

Zone Checker

Add zone checker to pyvrp

Forked Repo - [PyVRP]

This is a fork of PyVRP.
It includes modifications for Zone checker.

Usage

you can add zone by add another section in .vrp file

  ZONE_SECTION
  1	0
  2	1
  3	1
  4	2
  5	2

The route will be checked to ensure that every route does not have more than one zone and that all routes do not cross zones.

Contributors

ZGA2519
Teeraphat6509611809
Kittithara6509611544
Chayatorn-Prukrattananapa

About

Open-source, state-of-the-art vehicle routing problem solver in an easy-to-use Python package.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.3%
  • C++ 37.0%
  • Other 0.7%