Uses of Class
org.jacop.util.SimpleHashSet
Packages that use SimpleHashSet
Package
Description
-
Uses of SimpleHashSet in org.jacop.constraints
Fields in org.jacop.constraints declared as SimpleHashSet -
Uses of SimpleHashSet in org.jacop.constraints.binpacking
Fields in org.jacop.constraints.binpacking declared as SimpleHashSetModifier and TypeFieldDescriptionprivate final SimpleHashSet<IntVar>
Binpacking.binQueue
private final SimpleHashSet<IntVar>
Binpacking.itemQueue
-
Uses of SimpleHashSet in org.jacop.constraints.geost
Fields in org.jacop.constraints.geost declared as SimpleHashSetModifier and TypeFieldDescription(package private) SimpleHashSet<GeostObject>
Geost.objectQueue
It contains objects that need to be checked in the next sweep.(package private) final SimpleHashSet<GeostObject>
Geost.temporaryObjectSet
It stores temporarily objects for which pruning is suggested by external constraints.Methods in org.jacop.constraints.geost with parameters of type SimpleHashSetModifier and TypeMethodDescriptionboolean
ExternalConstraint.addPrunableObjects
(GeostObject o, SimpleHashSet<GeostObject> accumulator) It adds to the accumulator collection the objects that are likely to be pruned if the given object changes.boolean
InArea.addPrunableObjects
(GeostObject o, SimpleHashSet<GeostObject> accumulator) boolean
NonOverlapping.addPrunableObjects
(GeostObject o, SimpleHashSet<GeostObject> accumulator) -
Uses of SimpleHashSet in org.jacop.core
Fields in org.jacop.core declared as SimpleHashSet -
Uses of SimpleHashSet in org.jacop.floats.constraints.linear
Fields in org.jacop.floats.constraints.linear declared as SimpleHashSetMethods in org.jacop.floats.constraints.linear with parameters of type SimpleHashSetModifier and TypeMethodDescription(package private) void
Linear.propagate
(SimpleHashSet<FloatVar> fdvs)