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

ai.libs.jaicore.planning.classical.algorithms.strips.forward.ISTRIPSPlanningGraphGeneratorDeriver Maven / Gradle / Ivy

package ai.libs.jaicore.planning.classical.algorithms.strips.forward;

import ai.libs.jaicore.basic.algorithm.reduction.AlgorithmicProblemReduction;
import ai.libs.jaicore.planning.classical.problems.strips.StripsPlanningProblem;
import ai.libs.jaicore.planning.core.Plan;
import ai.libs.jaicore.search.core.interfaces.GraphGenerator;
import ai.libs.jaicore.search.model.other.SearchGraphPath;

public interface ISTRIPSPlanningGraphGeneratorDeriver extends AlgorithmicProblemReduction, SearchGraphPath> {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy