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

introduce SolutionCostCalculator

This commit is contained in:
Stefan Schroeder 2013-10-10 13:59:22 +02:00
parent 2ac272ba79
commit b37064ec17
5 changed files with 14 additions and 9 deletions

View file

@ -65,6 +65,8 @@ public class SolutionPrinter {
*
* @param solution
* @param level
*
* @deprecated is not going to work anymore
*/
@Deprecated
public static void print(VehicleRoutingProblemSolution solution, Print level){