1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
oblonski 2016-09-01 12:11:34 +02:00
commit bac847d39b

View file

@ -20,18 +20,16 @@ reading classical VRP instances to benchmark your algorithm. It is fit for chang
##[Whats New](https://github.com/jsprit/jsprit/blob/master/WHATS_NEW.md) ##[Whats New](https://github.com/jsprit/jsprit/blob/master/WHATS_NEW.md)
##Documentation ##Getting Started and Documentation
Please visit [jsprit-wiki](https://github.com/jsprit/jsprit/wiki) to learn more. Please visit [docs](https://github.com/graphhopper/jsprit/blob/master/docs/Home.md) to learn more. For older versions (<v1.7 use [jsprit-wiki](https://github.com/jsprit/jsprit/wiki))
##License ##License
This software is released under [Apache License v2](https://www.apache.org/licenses/LICENSE-2.0). This software is released under [Apache License v2](https://www.apache.org/licenses/LICENSE-2.0).
##[Get Started](https://github.com/jsprit/jsprit/wiki/Getting-Started)
##Contribution ##Contribution
Any contribution is welcome. Feel free to improve jsprit and make pull requests. 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](https://help.github.com/articles/fork-a-repo) or [stackoverflow.contribute](http://stackoverflow.com/questions/4384776/how-do-i-contribute-to-others-code-in-github) for details).
See who has contributed [here](https://github.com/jsprit/jsprit/blob/master/CONTRIBUTORS.md). See who has contributed [here](https://github.com/jsprit/jsprit/blob/master/CONTRIBUTORS.md).