org.opt4j.tutorial.minones.MinOnesResult 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
The newest version!
package org.opt4j.tutorial.minones;
import java.util.ArrayList;
public class MinOnesResult extends ArrayList {
private static final long serialVersionUID = 1L;
}