util
Class VrpVerifier

java.lang.Object
  extended by util.VrpVerifier
All Implemented Interfaces:
AlgorithmStartsListener, VehicleRoutingAlgorithmListener

public class VrpVerifier
extends java.lang.Object
implements AlgorithmStartsListener


Constructor Summary
VrpVerifier()
           
 
Method Summary
 void informAlgorithmStarts(VehicleRoutingProblem problem, VehicleRoutingAlgorithm algorithm, java.util.Collection<VehicleRoutingProblemSolution> solutions)
           
 void verify(VehicleRoutingProblem pblm, VehicleRoutingAlgorithm vra)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VrpVerifier

public VrpVerifier()
Method Detail

informAlgorithmStarts

public void informAlgorithmStarts(VehicleRoutingProblem problem,
                                  VehicleRoutingAlgorithm algorithm,
                                  java.util.Collection<VehicleRoutingProblemSolution> solutions)
Specified by:
informAlgorithmStarts in interface AlgorithmStartsListener

verify

public void verify(VehicleRoutingProblem pblm,
                   VehicleRoutingAlgorithm vra)