@Override
 public void beforeInitialPropagation() {
   for (Variable v : solver.getVars()) {
     super.getRemovedValues((IntVar) v);
   }
 }