From e88b958f68948c8d02ed68806c7e6eb07a45931c Mon Sep 17 00:00:00 2001 From: jsprit Date: Sun, 16 Mar 2014 12:49:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26b7c68c..947f2165 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ to manage your dependencies, go to [snapshot-jars](https://github.com/jsprit/mvn ##About The jsprit-project is created and maintained by Stefan Schröder. It is motivated by two issues. -First, you can find vehicle routing problems **everywhere** from pizza services, parcel deliveries, bicycle messengers, craftsmen, passenger transport on demand to the various shipping companies. This propably eplains why there is an almost endless list of papers and algorithms to these 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. And there are even less projects coping with real world or rich vehicle routing problems (that have many side constraints). +First, you can find vehicle routing problems **everywhere** from pizza services, parcel deliveries, bicycle messengers, craftsmen, passenger transport on demand to the various shipping companies. This probably eplains why there is an almost endless list of papers and algorithms to these 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. And there are even less projects coping with real world or rich vehicle routing problems (that have many side constraints). 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.