algorithms
Class VehicleRoutingAlgorithms

java.lang.Object
  extended by algorithms.VehicleRoutingAlgorithms

public class VehicleRoutingAlgorithms
extends java.lang.Object


Method Summary
static VehicleRoutingAlgorithm createAlgorithm(VehicleRoutingProblem vrp, AlgorithmConfig algorithmConfig)
          Creates a VehicleRoutingAlgorithm from a AlgorithConfig based on the input vrp.
static VehicleRoutingAlgorithm readAndCreateAlgorithm(VehicleRoutingProblem vrp, java.lang.String configFileName)
          Read and creates VehicleRoutingAlgorithm from config-file.
static VehicleRoutingAlgorithm readAndCreateAlgorithm(VehicleRoutingProblem vrp, java.net.URL configURL)
          Read and creates a VehicleRoutingAlgorithm from an url.
static VehicleRoutingAlgorithm readAndCreateAlgorithm(VehicleRoutingProblem vrp, org.apache.commons.configuration.XMLConfiguration config)
          Deprecated. 
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createAlgorithm

public static VehicleRoutingAlgorithm createAlgorithm(VehicleRoutingProblem vrp,
                                                      AlgorithmConfig algorithmConfig)
Creates a VehicleRoutingAlgorithm from a AlgorithConfig based on the input vrp.

Parameters:
vrp -
algorithmConfig -
Returns:
VehicleRoutingAlgorithm

readAndCreateAlgorithm

@Deprecated
public static VehicleRoutingAlgorithm readAndCreateAlgorithm(VehicleRoutingProblem vrp,
                                                                        org.apache.commons.configuration.XMLConfiguration config)
Deprecated. 


readAndCreateAlgorithm

public static VehicleRoutingAlgorithm readAndCreateAlgorithm(VehicleRoutingProblem vrp,
                                                             java.net.URL configURL)
Read and creates a VehicleRoutingAlgorithm from an url.

Parameters:
vrp -
configURL -
Returns:
VehicleRoutingProblem

readAndCreateAlgorithm

public static VehicleRoutingAlgorithm readAndCreateAlgorithm(VehicleRoutingProblem vrp,
                                                             java.lang.String configFileName)
Read and creates VehicleRoutingAlgorithm from config-file.

Parameters:
vrp -
configFileName -
Returns: