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

mod solutionCalcCosts

This commit is contained in:
Stefan Schroeder 2013-10-09 15:53:32 +02:00
parent fb365036af
commit 2ac272ba79
4 changed files with 1 additions and 44 deletions

View file

@ -66,6 +66,7 @@ public class SolutionPrinter {
* @param solution
* @param level
*/
@Deprecated
public static void print(VehicleRoutingProblemSolution solution, Print level){
if(level.equals(Print.CONCISE)){
print(solution);