mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
add javadoc
This commit is contained in:
parent
0cf6384866
commit
0815e68bbc
1 changed files with 5 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue