org.optaplanner.examples.vehiclerouting.persistence.util
Class VehicleRoutingTspBasedGenerator
java.lang.Object
org.optaplanner.examples.common.app.LoggingMain
org.optaplanner.examples.vehiclerouting.persistence.util.VehicleRoutingTspBasedGenerator
public class VehicleRoutingTspBasedGenerator
- extends LoggingMain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tspImporter
protected final TspImporter tspImporter
vehicleRoutingDao
protected final VehicleRoutingDao vehicleRoutingDao
VehicleRoutingTspBasedGenerator
public VehicleRoutingTspBasedGenerator()
main
public static void main(String[] args)
generate
public void generate()
generateVrp
public void generateVrp(File tspInputFile,
int locationListSize,
int vehicleListSize,
int capacity)
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.