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

com.github.k0zka.finder4j.backtrack.State.kt Maven / Gradle / Ivy

The newest version!
package com.github.k0zka.finder4j.backtrack

import java.io.Serializable

interface State : Cloneable, Serializable {
	/**
	 * Check if the state is legal and complete.
	 *
	 * @return
	 */
	val complete: Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy