A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

J

JUMP - Static variable in interface jopt.csp.spi.search.technique.TreeSearchTechnique
 
JumpingSearchTree - class jopt.csp.spi.search.tree.JumpingSearchTree.
Search tree for node generators that can jump directly to any node in the tree and ensure the state of the problem is maintained correctly.
JumpingSearchTree(TreeNode, ProblemStateManager) - Constructor for class jopt.csp.spi.search.tree.JumpingSearchTree
Constructor for a search tree used to manage nodes
jopt.csp.spi - package jopt.csp.spi
 
jopt.csp.spi.arcalgorithm - package jopt.csp.spi.arcalgorithm
The heart of the constraint satisfaction functionality.
jopt.csp.spi.arcalgorithm.constraint - package jopt.csp.spi.arcalgorithm.constraint
 
jopt.csp.spi.arcalgorithm.constraint.bool - package jopt.csp.spi.arcalgorithm.constraint.bool
 
jopt.csp.spi.arcalgorithm.constraint.num - package jopt.csp.spi.arcalgorithm.constraint.num
 
jopt.csp.spi.arcalgorithm.constraint.num.global - package jopt.csp.spi.arcalgorithm.constraint.num.global
 
jopt.csp.spi.arcalgorithm.constraint.set - package jopt.csp.spi.arcalgorithm.constraint.set
 
jopt.csp.spi.arcalgorithm.domain - package jopt.csp.spi.arcalgorithm.domain
 
jopt.csp.spi.arcalgorithm.graph - package jopt.csp.spi.arcalgorithm.graph
 
jopt.csp.spi.arcalgorithm.graph.arc - package jopt.csp.spi.arcalgorithm.graph.arc
 
jopt.csp.spi.arcalgorithm.graph.arc.binary - package jopt.csp.spi.arcalgorithm.graph.arc.binary
 
jopt.csp.spi.arcalgorithm.graph.arc.generic - package jopt.csp.spi.arcalgorithm.graph.arc.generic
 
jopt.csp.spi.arcalgorithm.graph.arc.global - package jopt.csp.spi.arcalgorithm.graph.arc.global
 
jopt.csp.spi.arcalgorithm.graph.arc.hyper - package jopt.csp.spi.arcalgorithm.graph.arc.hyper
 
jopt.csp.spi.arcalgorithm.graph.arc.node - package jopt.csp.spi.arcalgorithm.graph.arc.node
 
jopt.csp.spi.arcalgorithm.graph.node - package jopt.csp.spi.arcalgorithm.graph.node
 
jopt.csp.spi.arcalgorithm.util - package jopt.csp.spi.arcalgorithm.util
 
jopt.csp.spi.arcalgorithm.variable - package jopt.csp.spi.arcalgorithm.variable
 
jopt.csp.spi.pool - package jopt.csp.spi.pool
Provides utilities for the re-use of objects for memory management purposes.
jopt.csp.spi.search - package jopt.csp.spi.search
The source for all your searching needs.
jopt.csp.spi.search.actions - package jopt.csp.spi.search.actions
 
jopt.csp.spi.search.goal - package jopt.csp.spi.search.goal
 
jopt.csp.spi.search.limit - package jopt.csp.spi.search.limit
 
jopt.csp.spi.search.localsearch - package jopt.csp.spi.search.localsearch
 
jopt.csp.spi.search.technique - package jopt.csp.spi.search.technique
 
jopt.csp.spi.search.tree - package jopt.csp.spi.search.tree
 
jopt.csp.spi.solver - package jopt.csp.spi.solver
Provides important backtracking utilities that are used during the solving of a CSP problem.
jopt.csp.spi.util - package jopt.csp.spi.util
Contains several miscellaneous utility classes and reusable functionality that does not belong elsewhere.
jumpedToClosedNode(TreeNode, TreeNode) - Method in class jopt.csp.spi.search.tree.DeltaStateManager
 
jumpedToClosedNode(TreeNode, TreeNode) - Method in class jopt.csp.spi.search.tree.ProblemStateManager
 
jumpedToClosedNode(TreeNode, TreeNode) - Method in class jopt.csp.spi.search.tree.RecalculatingStateManager
 
jumpedToClosedNode(TreeNode, TreeNode) - Method in interface jopt.csp.spi.search.tree.TreeStateManager
Called by search tree when the current node in the tree has changed from one node to another and no direct relationship between the two nodes may exist Node must have previously been activated.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z