Uses of Class
org.chocosolver.util.objects.IntMap
-
Packages that use IntMap Package Description org.chocosolver.solver.search.strategy.selectors.variables -
-
Uses of IntMap in org.chocosolver.solver.search.strategy.selectors.variables
Fields in org.chocosolver.solver.search.strategy.selectors.variables declared as IntMap Modifier and Type Field Description protected IntMap
DomOverWDeg. p2w
Map (propagator - weight), where weight is the number of times the propagator fails.
-