Uses of Interface
org.chocosolver.util.sort.IntComparator
-
Packages that use IntComparator Package Description org.chocosolver.solver.constraints.extension.nary org.chocosolver.util.sort -
-
Uses of IntComparator in org.chocosolver.solver.constraints.extension.nary
Classes in org.chocosolver.solver.constraints.extension.nary that implement IntComparator Modifier and Type Class Description class
FastBooleanValidityChecker
class
ValidityChecker
A simple class that provides a method to check if a given tuple is valid i.e. if it is ok regarding the current domain of the variables -
Uses of IntComparator in org.chocosolver.util.sort
Methods in org.chocosolver.util.sort with parameters of type IntComparator Modifier and Type Method Description void
ArraySort. sort(int[] items, int size, IntComparator sort)
-