292293294295296297298299300301302
for( Iterator<Structural> s = solution.chosenOptions.iterator(); s.hasNext(); ) { Structural structural = s.next(); Integer n = mapStructsChooseCount.get(structural); assert(n != null); mapStructsChooseCount.put( structural,