Uses of Class
basics.VehicleRoutingAlgorithm

Packages that use VehicleRoutingAlgorithm
algorithms   
algorithms.acceptors   
basics.algo   
util   
 

Uses of VehicleRoutingAlgorithm in algorithms
 

Methods in algorithms that return VehicleRoutingAlgorithm
 VehicleRoutingAlgorithm GreedySchrimpfFactory.createAlgorithm(VehicleRoutingProblem vrp)
          Creates the VehicleRoutingAlgorithm.
 VehicleRoutingAlgorithm SchrimpfFactory.createAlgorithm(VehicleRoutingProblem vrp)
          Creates the VehicleRoutingAlgorithm.
static VehicleRoutingAlgorithm VehicleRoutingAlgorithms.createAlgorithm(VehicleRoutingProblem vrp, AlgorithmConfig algorithmConfig)
          Creates a VehicleRoutingAlgorithm from a AlgorithConfig based on the input vrp.
static VehicleRoutingAlgorithm VehicleRoutingAlgorithms.readAndCreateAlgorithm(VehicleRoutingProblem vrp, java.lang.String configFileName)
          Read and creates VehicleRoutingAlgorithm from config-file.
static VehicleRoutingAlgorithm VehicleRoutingAlgorithms.readAndCreateAlgorithm(VehicleRoutingProblem vrp, java.net.URL configURL)
          Read and creates a VehicleRoutingAlgorithm from an url.
static VehicleRoutingAlgorithm VehicleRoutingAlgorithms.readAndCreateAlgorithm(VehicleRoutingProblem vrp, org.apache.commons.configuration.XMLConfiguration config)
          Deprecated. 
 

Methods in algorithms with parameters of type VehicleRoutingAlgorithm
 void NeighborhoodThresholdInitialiser.informAlgorithmStarts(VehicleRoutingProblem problem, VehicleRoutingAlgorithm algorithm, java.util.Collection<VehicleRoutingProblemSolution> solutions)
           
 

Uses of VehicleRoutingAlgorithm in algorithms.acceptors
 

Methods in algorithms.acceptors with parameters of type VehicleRoutingAlgorithm
 void SchrimpfAcceptance.informAlgorithmStarts(VehicleRoutingProblem problem, VehicleRoutingAlgorithm algorithm, java.util.Collection<VehicleRoutingProblemSolution> solutions)
           
 

Uses of VehicleRoutingAlgorithm in basics.algo
 

Methods in basics.algo that return VehicleRoutingAlgorithm
 VehicleRoutingAlgorithm VehicleRoutingAlgorithmFactory.createAlgorithm(VehicleRoutingProblem vrp)
           
 

Methods in basics.algo with parameters of type VehicleRoutingAlgorithm
 void VehicleRoutingAlgorithmListeners.algorithmStarts(VehicleRoutingProblem problem, VehicleRoutingAlgorithm algorithm, java.util.Collection<VehicleRoutingProblemSolution> solutions)
           
 void AlgorithmStartsListener.informAlgorithmStarts(VehicleRoutingProblem problem, VehicleRoutingAlgorithm algorithm, java.util.Collection<VehicleRoutingProblemSolution> solutions)
           
 void TimeBreaker.informAlgorithmStarts(VehicleRoutingProblem problem, VehicleRoutingAlgorithm algorithm, java.util.Collection<VehicleRoutingProblemSolution> solutions)
           
 void VariationCoefficientBreaker.informAlgorithmStarts(VehicleRoutingProblem problem, VehicleRoutingAlgorithm algorithm, java.util.Collection<VehicleRoutingProblemSolution> solutions)
           
 

Uses of VehicleRoutingAlgorithm in util
 

Methods in util with parameters of type VehicleRoutingAlgorithm
 void VrpVerifier.informAlgorithmStarts(VehicleRoutingProblem problem, VehicleRoutingAlgorithm algorithm, java.util.Collection<VehicleRoutingProblemSolution> solutions)
           
 void VrpVerifier.verify(VehicleRoutingProblem pblm, VehicleRoutingAlgorithm vra)