util
Class Solutions

java.lang.Object
  extended by util.Solutions

public class Solutions
extends java.lang.Object


Constructor Summary
Solutions()
           
 
Method Summary
static VehicleRoutingProblemSolution bestOf(java.util.Collection<VehicleRoutingProblemSolution> solutions)
           
static VehicleRoutingProblemSolution getBest(java.util.Collection<VehicleRoutingProblemSolution> solutions)
          Deprecated. 
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Solutions

public Solutions()
Method Detail

getBest

@Deprecated
public static VehicleRoutingProblemSolution getBest(java.util.Collection<VehicleRoutingProblemSolution> solutions)
Deprecated. 


bestOf

public static VehicleRoutingProblemSolution bestOf(java.util.Collection<VehicleRoutingProblemSolution> solutions)