Home
last modified time | relevance | path

Searched refs:idShapeMap (Results 1 – 1 of 1) sorted by relevance

/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/geost/
H A DGeost.java477 Map<Integer, Shape> idShapeMap = new HashMap<Integer, Shape>(); in Geost() local
483 idShapeMap.put(s.no, s); in Geost()
513 if (!idShapeMap.containsKey(sid)) in Geost()
527 shapeRegister = new Shape[idShapeMap.size()]; in Geost()
529 for (Map.Entry<Integer, Shape> e : idShapeMap.entrySet()) { in Geost()
530 …assert (e.getKey() < idShapeMap.size()) : "Shapes do not have unique ids between 0 and n-1, where … in Geost()