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

com.github.lstephen.ai.search.Heuristic Maven / Gradle / Ivy

package com.github.lstephen.ai.search;

import java.util.Comparator;

/**
 *
 * @author lstephen
 */
public interface Heuristic extends Comparator {

}