Uses of Package
org.jacop.jasat.utils.structures
-
Packages that use org.jacop.jasat.utils.structures Package Description org.jacop.jasat.core org.jacop.jasat.utils org.jacop.jasat.utils.structures org.jacop.satwrapper -
Classes in org.jacop.jasat.utils.structures used by org.jacop.jasat.core Class Description IntQueue Special class for unboxed int FIFOIntStack Special class for unboxed int stackIntVec low level, efficient int vector -
Classes in org.jacop.jasat.utils.structures used by org.jacop.jasat.utils Class Description IntVec low level, efficient int vector -
Classes in org.jacop.jasat.utils.structures used by org.jacop.jasat.utils.structures Class Description IntHashMap an efficient map with ints as keys.IntMap.MapNode Node that carries the data needed for a mapIntPriorityQueue.Node a node containing the data associated with each intIntTrie A class that implements, (hopefully) efficiently, a Trie on integers.IntTrie.Node class of nodes of the Trie.IntTrie.SimpleNode The most simple node possible -
Classes in org.jacop.jasat.utils.structures used by org.jacop.satwrapper Class Description IntQueue Special class for unboxed int FIFO