From 2849a11cfe7a68542b8cf5ea4198b079b86f81d8 Mon Sep 17 00:00:00 2001 From: jsprit Date: Thu, 25 Jul 2013 16:04:23 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afbf06f1..24754e28 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,15 @@ Please visit [jsprit-wiki](https://github.com/jsprit/jsprit/wiki) to learn more. [Add the latest snapshot to your pom](https://github.com/jsprit/jsprit/wiki/Add-latest-snapshot-to-your-pom). -##[About](https://github.com/jsprit/jsprit/wiki/About) +##About +The jsprit-project is created and maintained by Stefan Schröder. It is motivated by two issues. + +First, there is an almost endless list of papers and algorithms to tackle vehicle routing problems, **BUT** there are (as far as I know) only a [very few open source implementations](https://github.com/jsprit/jsprit/wiki/Other-Projects) of one of these thousands alogrithms. + +Second, it is motivated by my PhD-project at [KIT](http://www.kit.edu/english/index.php) 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](http://netze.econ.kit.edu/21.php), and by an awesome open-source project called [MATSim](www.matsim.org) and its developers. + +Email: jsprit.vehicle.routing@gmail.com [![](https://cruel-carlota.pagodabox.com/ba53806a8cc8ff439c1a51d152245dee "githalytics.com")](http://githalytics.com/jsprit/jsprit) From 3d545e904c1366001092b75cf294eb8fee755f07 Mon Sep 17 00:00:00 2001 From: jsprit Date: Tue, 30 Jul 2013 18:16:56 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24754e28..e75f424e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Please visit [jsprit-wiki](https://github.com/jsprit/jsprit/wiki) to learn more. ##About The jsprit-project is created and maintained by Stefan Schröder. It is motivated by two issues. -First, there is an almost endless list of papers and algorithms to tackle vehicle routing problems, **BUT** there are (as far as I know) only a [very few open source implementations](https://github.com/jsprit/jsprit/wiki/Other-Projects) of one of these thousands alogrithms. +First, there is an almost endless list of papers and algorithms to tackle vehicle routing problems, **BUT** there are (as far as I know) only a [very few open source implementations](https://github.com/jsprit/jsprit/wiki/Other-Projects) of one of these thousands algorithms. Second, it is motivated by my PhD-project at [KIT](http://www.kit.edu/english/index.php) where I apply vehicle routing algorithms to solve behavioural models of freight agents to assess (freight) transport policy measures.