Uses of Class
org.xcsp.modeler.entities.CtrEntities.CtrArray
-
Packages that use CtrEntities.CtrArray Package Description org.xcsp.modeler.api org.xcsp.modeler.entities org.xcsp.modeler.implementation -
-
Uses of CtrEntities.CtrArray in org.xcsp.modeler.api
Methods in org.xcsp.modeler.api that return CtrEntities.CtrArray Modifier and Type Method Description default CtrEntities.CtrArray
ProblemAPIBase. block(Runnable r)
Builds a block by executing the specified runnable object.default CtrEntities.CtrArray
ProblemAPIBase. forall(Range.Rangesx2 rangesx2, FunctionalInterfaces.Intx2Consumer c2)
Builds a group of constraints by executing the specified consumer on each double value of the specified double range.default CtrEntities.CtrArray
ProblemAPIBase. forall(Range.Rangesx3 rangesx3, FunctionalInterfaces.Intx3Consumer c3)
Builds a group of constraints by executing the specified consumer on each triple value of the specified triple range.default CtrEntities.CtrArray
ProblemAPIBase. forall(Range.Rangesx4 rangesx4, FunctionalInterfaces.Intx4Consumer c4)
Builds a group of constraints by executing the specified consumer on each quadruple value of the specified quadruple range.default CtrEntities.CtrArray
ProblemAPIBase. forall(Range.Rangesx5 rangesx5, FunctionalInterfaces.Intx5Consumer c5)
Builds a group of constraints by executing the specified consumer on each quintuple value of the specified quintuple range.default CtrEntities.CtrArray
ProblemAPIBase. forall(Range.Rangesx6 rangesx6, FunctionalInterfaces.Intx6Consumer c6)
Builds a group of constraints by executing the specified consumer on each sixtuple value of the specified sixtuple range.default CtrEntities.CtrArray
ProblemAPIBase. forall(Range range, java.util.function.IntConsumer c)
Builds a group of constraints by executing the specified consumer on each value of the specified range. -
Uses of CtrEntities.CtrArray in org.xcsp.modeler.entities
Subclasses of CtrEntities.CtrArray in org.xcsp.modeler.entities Modifier and Type Class Description class
CtrEntities.CtrArrayDummy
Objects of this class correspond to cases where a set of constraints will have to be merged with another one.Fields in org.xcsp.modeler.entities with type parameters of type CtrEntities.CtrArray Modifier and Type Field Description Map<ICtr,CtrEntities.CtrArray>
CtrEntities. ctrToCtrArray
Methods in org.xcsp.modeler.entities that return CtrEntities.CtrArray Modifier and Type Method Description CtrEntities.CtrArray
CtrEntities.CtrArray. append(CtrEntities.CtrArray ca)
CtrEntities.CtrArray
CtrEntities. newCtrArrayEntity(ICtr[] ctrs, boolean dummy, Types.TypeClass... classes)
CtrEntities.CtrArray
CtrEntities.CtrArray. tag(Types.TypeClass... classes)
Methods in org.xcsp.modeler.entities with parameters of type CtrEntities.CtrArray Modifier and Type Method Description CtrEntities.CtrArray
CtrEntities.CtrArray. append(CtrEntities.CtrArray ca)
-
Uses of CtrEntities.CtrArray in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation that return CtrEntities.CtrArray Modifier and Type Method Description CtrEntities.CtrArray
ProblemIMP. forall(Range.Rangesx2 rangesx2, FunctionalInterfaces.Intx2Consumer c2)
Builds constraints by considering the specified ranges and soliciting the specified function.CtrEntities.CtrArray
ProblemIMP. forall(Range.Rangesx3 rangesx3, FunctionalInterfaces.Intx3Consumer c3)
Builds constraints by considering the specified ranges and soliciting the specified function.CtrEntities.CtrArray
ProblemIMP. forall(Range.Rangesx4 rangesx4, FunctionalInterfaces.Intx4Consumer c4)
Builds constraints by considering the specified ranges and soliciting the specified function.CtrEntities.CtrArray
ProblemIMP. forall(Range.Rangesx5 rangesx5, FunctionalInterfaces.Intx5Consumer c5)
Builds constraints by considering the specified ranges and soliciting the specified function.CtrEntities.CtrArray
ProblemIMP. forall(Range.Rangesx6 rangesx6, FunctionalInterfaces.Intx6Consumer c6)
Builds constraints by considering the specified ranges and soliciting the specified function.CtrEntities.CtrArray
ProblemIMP. forall(Range range, java.util.function.IntConsumer c)
Builds constraints by considering the specified range and soliciting the specified function.CtrEntities.CtrArray
ProblemIMP. manageLoop(Runnable r)
-