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

added unit test to test vehicle dependent time-windows

This commit is contained in:
oblonski 2014-07-17 20:22:12 +02:00
parent 78ce320187
commit e81b37c57a
2 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,10 @@
package jsprit.core.problem.constraint;
/**
* unit tests to test vehicle dependent time-windows
*/
public class VehicleDependentTimeWindowTest {
}