Home
last modified time | relevance | path

Searched defs:ProfileCandidates (Results 1 – 4 of 4) sorted by relevance

/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/
H A DDisjoint.java243 List<Rectangle> ProfileCandidates = new ArrayList<Rectangle>(); in narrowRectangles() local
264 …dRectangles(Rectangle r, int index, List<IntRectangle> UsedRect, List<Rectangle> ProfileCandidates, in findRectangles()
442 @Override void profileNarrowing(int i, Rectangle r, List<Rectangle> ProfileCandidates) { in profileNarrowing()
H A DDiff.java261 …an findRectangles(Rectangle r, List<IntRectangle> UsedRect, List<Rectangle> ProfileCandidates, Set… in findRectangles()
461 …oid narrowIth(int i, Rectangle r, List<IntRectangle> UsedRect, List<Rectangle> ProfileCandidates) { in narrowIth()
600 …void narrowRectangle(Rectangle r, List<IntRectangle> UsedRect, List<Rectangle> ProfileCandidates) { in narrowRectangle()
616 List<Rectangle> ProfileCandidates = new ArrayList<>(); in narrowRectangles() local
840 void profileNarrowing(int i, Rectangle r, List<Rectangle> ProfileCandidates) { in profileNarrowing()
H A DDisjointConditional.java367 …Rectangle r, int index, List<IntRectangle> UsedRect, List<RectangleWithCondition> ProfileCandidate… in findRectangles()
562 …ion(int i, Rectangle r, List<IntRectangle> UsedRect, List<RectangleWithCondition> ProfileCandidate… in narrowIthCondition()
712 …eCondition(Rectangle r, List<IntRectangle> UsedRect, List<RectangleWithCondition> ProfileCandidate… in narrowRectangleCondition()
749 … List<RectangleWithCondition> ProfileCandidates = new ArrayList<RectangleWithCondition>(); in narrowRectangles() local
881 …void profileNarrowingCondition(int i, Rectangle r, List<RectangleWithCondition> ProfileCandidates)… in profileNarrowingCondition()
H A DDiff2.java361 List<Rectangle> ProfileCandidates = new ArrayList<Rectangle>(); in narrowRectangles() local
382 …dRectangles(Rectangle r, int index, List<IntRectangle> UsedRect, List<Rectangle> ProfileCandidates, in findRectangles()