Uses of Class
edu.wis.jtlv.old_lib.games.Memory.Permutation

Packages that use Memory.Permutation
edu.wis.jtlv.old_lib.games The old library with games algorithms which where implemented through JTLV. 
 

Uses of Memory.Permutation in edu.wis.jtlv.old_lib.games
 

Methods in edu.wis.jtlv.old_lib.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)