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

com.github.k0zka.finder4j.backtrack.TerminationStrategy Maven / Gradle / Ivy

There is a newer version: 0.7
Show newest version
package com.github.k0zka.finder4j.backtrack;

public interface TerminationStrategy {
	boolean stop(X state);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy