mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
add and test skill constraint violation checks
This commit is contained in:
parent
c788b477b6
commit
04b52759e5
2 changed files with 2 additions and 7 deletions
|
|
@ -591,12 +591,6 @@ public class SolutionAnalyserTest {
|
|||
}
|
||||
|
||||
|
||||
|
||||
@Test
|
||||
public void whatHappensWhenUserSpecifiedOwnEndTime_stateManagerShouldNotOverwriteThis(){
|
||||
assertFalse(true);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void lateArrivalTimes_atStartActOfRoute1ShouldWork(){
|
||||
SolutionAnalyser analyser = new SolutionAnalyser(vrp,solution, new SolutionAnalyser.DistanceCalculator() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue