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

add javadoc

This commit is contained in:
oblonski 2014-10-08 10:04:29 +02:00
parent 0cf6384866
commit 0815e68bbc

View file

@ -532,6 +532,11 @@ public class SolutionAnalyser {
deliveryLoadAtEnd = Capacity.Builder.newInstance().build();
}
/**
* Sets the specified solution and calculates all necessary indicators again.
*
* @param newSolution to be analysed
*/
public void informSolutionChanged(VehicleRoutingProblemSolution newSolution){
this.solution = newSolution;
refreshStates();