From fd72a909cbbd5c186acb9f3ba1ca543670263ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Schr=C3=B6der?= Date: Thu, 4 Feb 2016 11:13:25 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c234e42..cb9e027f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ jsprit ====== -[![Build Status](https://travis-ci.org/jsprit/jsprit.svg?branch=master)](https://travis-ci.org/jsprit/jsprit) +[![Build Status](https://travis-ci.org/graphhopper/jsprit.svg?branch=master)](https://travis-ci.org/graphhopper/jsprit) jsprit is a java based, open source toolkit for solving rich traveling salesman (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 From 85b7392dee9ef10645e956a18d392f8101d8023f Mon Sep 17 00:00:00 2001 From: Tim Sampson Date: Thu, 4 Feb 2016 12:25:17 +0200 Subject: [PATCH 2/2] Fix links in what's new --- WHATS_NEW.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WHATS_NEW.md b/WHATS_NEW.md index 4ae553bd..b3035869 100644 --- a/WHATS_NEW.md +++ b/WHATS_NEW.md @@ -6,17 +6,17 @@ WHATS NEW Consideration of Waiting Times: This takes waiting times at customer sites into account. If costs for waiting is specified then instead of just waiting at customer sites for time windows to open, the algorithm seeks to serve other customers to reduce total completion time. -To see how this can be specified, look at [this example](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/MultipleTimeWindowExample2.java#L50) +To see how this can be specified, look at [this example](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/com/graphhopper/jsprit/examples/MultipleTimeWindowExample2.java#L50) Multiple Time Windows: -To see how this can be specified, look at [this example](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/MultipleTimeWindowExample.java#L61) +To see how this can be specified, look at [this example](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/com/graphhopper/jsprit/examples/MultipleTimeWindowExample.java#L61) Driver Breaks: -To see how this can be specified, look at [this example](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/BreakExample.java) +To see how this can be specified, look at [this example](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/com/graphhopper/jsprit/examples/BreakExample.java) Fast Regret: Fast regret boosts your computation, i.e. it reduces computation time significantly. However, it can only be use currently if no complicated dependencies between jobs and activities are defined. -To see how this can be specified, look at [this example](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/jsprit/examples/MultipleDepotExample2.java#L108) +To see how this can be specified, look at [this example](https://github.com/jsprit/jsprit/blob/master/jsprit-examples/src/main/java/com/graphhopper/jsprit/examples/MultipleDepotExample2.java#L108) 2015-08-10 new release **v1.6.1**