mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
Update WHATS_NEW.md
This commit is contained in:
parent
8a8e5277b1
commit
f293e0ac04
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ WHATS NEW
|
||||||
|
|
||||||
It has a new feature to analyze your VehicleRoutingProblemSolution.
|
It has a new feature to analyze your VehicleRoutingProblemSolution.
|
||||||
|
|
||||||
jsprit.core.analysis.SolutionAnalyzer provides with a way to easily calculate statistics for your solution such as loadAfterActivity, loadBeforeActivity, pickedLoadOnRoute, deliveredLoadOnRoute, loadAtBeginningOfRoute, loadAtEnd, waitingTimeOnRoute and waitingTimeOnSolution, totalTransportTime and distance, etc.. Additionally, you can check whether jsprit's default constraints are violated or not. This might be important if you change your solution ex-post by removing a job etc..
|
jsprit.core.analysis.SolutionAnalyzer provides a way to easily calculate statistics for your solution such as loadAfterActivity, loadBeforeActivity, pickedLoadOnRoute, deliveredLoadOnRoute, loadAtBeginningOfRoute, loadAtEnd, waitingTimeOnRoute and waitingTimeOnSolution, totalTransportTime and distance, etc.. Additionally, you can check whether jsprit's default constraints are violated or not. This might be important if you change your solution ex-post by removing a job etc..
|
||||||
|
|
||||||
<strong>Note that this feature is sponsored by [opendoorlogistics](http://www.opendoorlogistics.com).</strong> Thank you Phillip.
|
<strong>Note that this feature is sponsored by [opendoorlogistics](http://www.opendoorlogistics.com).</strong> Thank you Phillip.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue