org.opt4j.tutorial.salesman.SalesmanRoute Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opt4j-tutorial Show documentation
Show all versions of opt4j-tutorial Show documentation
The tutorial classes for Opt4J
package org.opt4j.tutorial.salesman;
import java.util.ArrayList;
import org.opt4j.tutorial.salesman.SalesmanProblem.City;
@SuppressWarnings("serial")
public class SalesmanRoute extends ArrayList {
}