Uses of Class
edu.wis.jtlv.lib.old.games.Memory.Permutation

Packages that use Memory.Permutation
edu.wis.jtlv.lib.old.games The main user library, with all published games algorithms which where implemented through JTLV. 
 

Uses of Memory.Permutation in edu.wis.jtlv.lib.old.games
 

Methods in edu.wis.jtlv.lib.old.games with parameters of type Memory.Permutation
 void Memory.Permutation.copy(Memory.Permutation source)
           
 boolean Memory.find_intersect(BDD target, Memory.Permutation perm, Memory.Permutation loc)
           
 BDD Memory.next_intersect(BDD current, BDD target, Memory.Permutation perm, Memory.Permutation loc)
           
 boolean Memory.recursive_find_intersect(BDD target, Memory.Permutation perm, Memory.Permutation loc, int ind)
           
 BDD Memory.recursive_next_intersect(BDD current, BDD target, Memory.Permutation perm, Memory.Permutation loc, int ind)