Class EnhancedTTSPBinaryTelescopeSolutionPredicate

  • All Implemented Interfaces:
    org.api4.java.ai.graphsearch.problem.implicit.graphgenerator.INodeGoalTester<ai.libs.jaicore.problems.enhancedttsp.AEnhancedTTSPBinaryTelescopeNode,​java.lang.String>, org.api4.java.ai.graphsearch.problem.implicit.graphgenerator.IPathGoalTester<ai.libs.jaicore.problems.enhancedttsp.AEnhancedTTSPBinaryTelescopeNode,​java.lang.String>

    public class EnhancedTTSPBinaryTelescopeSolutionPredicate
    extends java.lang.Object
    implements org.api4.java.ai.graphsearch.problem.implicit.graphgenerator.INodeGoalTester<ai.libs.jaicore.problems.enhancedttsp.AEnhancedTTSPBinaryTelescopeNode,​java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isGoal​(ai.libs.jaicore.problems.enhancedttsp.AEnhancedTTSPBinaryTelescopeNode n)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.api4.java.ai.graphsearch.problem.implicit.graphgenerator.INodeGoalTester

        isGoal
    • Constructor Detail

      • EnhancedTTSPBinaryTelescopeSolutionPredicate

        public EnhancedTTSPBinaryTelescopeSolutionPredicate​(ai.libs.jaicore.problems.enhancedttsp.EnhancedTTSP problem)
    • Method Detail

      • isGoal

        public boolean isGoal​(ai.libs.jaicore.problems.enhancedttsp.AEnhancedTTSPBinaryTelescopeNode n)
        Specified by:
        isGoal in interface org.api4.java.ai.graphsearch.problem.implicit.graphgenerator.INodeGoalTester<ai.libs.jaicore.problems.enhancedttsp.AEnhancedTTSPBinaryTelescopeNode,​java.lang.String>