All Downloads are FREE. Search and download functionalities are using the official Maven repository.

util.Application Maven / Gradle / Ivy

There is a newer version: 11.4.6-RELEASE
Show newest version
package util;
import xf.xfvrp.XFVRP;
import xf.xfvrp.opt.init.precheck.PreCheckException;

public class Application {

	public static void main(String[] args) {
		try {
			new XFVRP().executeRoutePlanning();
		} catch (PreCheckException e) {
			// TODO Auto-generated catch block
			e.printStackTrace();
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy