1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00
No description
Find a file
2017-11-28 15:47:33 +01:00
docs Update Other-Projects.md 2017-11-16 12:45:19 +01:00
jsprit-analysis Modified signature for returning the file instance (Heroku read-only needs this) 2017-08-09 22:07:24 +02:00
jsprit-core refine error messages 2017-11-28 15:47:33 +01:00
jsprit-examples make VehicleRoutingTransportCosts implement TransportDistance 2017-08-03 18:04:45 +08:00
jsprit-instances Belhaiza is INFINITE -> create only 1 vehicle 2017-11-06 00:05:27 +01:00
jsprit-io refine max-time-in-vehicle constraint 2017-07-05 10:41:23 +02:00
.editorconfig comply with .editorconfig 2015-08-26 07:44:07 +02:00
.gitignore small refinements 2017-10-19 20:31:01 +02:00
.travis.settings.xml continuous delivery of snapshots 2017-06-28 23:30:14 +02:00
.travis.yml continuous deployment of snapshots 2017-10-26 17:20:16 +02:00
CHANGELOG.md v1.7.2 2017-06-08 12:35:11 +02:00
CONTRIBUTORS.md add he 2016-12-14 09:25:46 +01:00
LICENSE.md switch to Apache License v2 - related to #216 2016-07-27 22:46:12 +02:00
NOTICE.md refine travis config 2016-07-27 23:20:22 +02:00
pom.xml continuous deployment of snapshots 2017-10-26 17:20:16 +02:00
README.md One more get disconnected. 2017-07-10 19:53:52 +05:30
WHATS_NEW.md Create WHATS_NEW.md 2017-06-08 12:46:31 +02:00

jsprit

Build Status

jsprit is a java based, open source toolkit for solving rich Traveling Salesman Problems(TSP) and Vehicle Routing Problems(VRP). It is lightweight, flexible and easy-to-use, and based on a single all-purpose meta-heuristic currently solving

  • Capacitated VRP
  • Multiple Depot VRP
  • VRP with Time Windows
  • VRP with Backhauls
  • VRP with Pickups and Deliveries
  • VRP with Heterogeneous Fleet
  • Time-dependent VRP
  • Traveling Salesman Problem
  • Dial-a-Ride Problem
  • Various combination of these types

Setting up the problem, defining additional constraints, modifying the algorithms and visualising the discovered solutions is as easy and handy as reading classical VRP instances to benchmark your algorithm. It is fit for change and extension due to a modular design and a comprehensive set of unit and integration-tests. More features ...

Getting Started with Documentation

Please visit docs to learn more.The best way to get to know jsprit is by looking at code examples.

Modules and Dependencies

Please read Notice.md to get to know the direct dependencies of each module.

Whats New

jsprit develops fast. Look here to get to know whats new.

License

This software is released under Apache License v2.

Contribution

Any contribution is welcome. Feel free to improve jsprit and make pull requests. If you want to contribute to jsprit (which would be great), fork the project and build your fork, make changes, run your and jsprit's test cases and make a pull request (see help.github.contribute or stackoverflow.contribute for details).

See who has contributed here.

Acknowledgement

Developing this would be much more difficult without the help of these companies.

Contact

Mailing List:

In the Graphhopper Forum (Also you can see the old mailing list) you can discuss jsprit related issues and you will probably get answers to your questions.

Stackoverflow:

You can also use stackoverflow to discuss your issues. Tag it with jsprit then it is easier to keep track of your topic.

Issue Tracker:

For bugs, feature requests or similar use the issue tracker.

Email:

If you cannot get help in the mailing list or you just do not want to discuss your topic publicly, contact us via mail

About

The jsprit-project has been created by Stefan Schröder and is maintained by GraphHopper. It is motivated by two issues.

First, you can find vehicle routing problems everywhere in the world of distributing and moving things and people. This probably explains why there is an almost endless list of papers and algorithms to tackle these problems. However, there are only very few open source implementations and even fewer projects that can deal with real world problems that usually have many side-constraints.

Second, it is motivated by my PhD-project at KIT where I apply vehicle routing algorithms to solve behavioural models of freight agents to assess (freight) transport policy measures.

It is mainly inspired by my research group at KIT-ECON, and by a great open-source project called MATSim and its developers.