Uses of Class
org.maxicp.util.ImmutableSet
Packages that use ImmutableSet
Package
Description
Symbolic modeling over boolean variables
Symbolic constraints
Provides utility tools and objects (file reading, exceptions, some data-structures, etc.)
-
Uses of ImmutableSet in org.maxicp.modeling.algebra.bool
Methods in org.maxicp.modeling.algebra.bool that return ImmutableSetModifier and TypeMethodDescriptionAnd.exprs()Returns the value of theexprsrecord component.Or.exprs()Returns the value of theexprsrecord component.Constructors in org.maxicp.modeling.algebra.bool with parameters of type ImmutableSetModifierConstructorDescriptionAnd(ImmutableSet<BoolExpression> exprs) Creates an instance of aAndrecord class.Or(ImmutableSet<BoolExpression> exprs) Creates an instance of aOrrecord class. -
Uses of ImmutableSet in org.maxicp.modeling.constraints
Methods in org.maxicp.modeling.constraints that return ImmutableSetConstructors in org.maxicp.modeling.constraints with parameters of type ImmutableSetModifierConstructorDescriptionCreates an instance of aAllDifferentrecord class. -
Uses of ImmutableSet in org.maxicp.util
Methods in org.maxicp.util that return ImmutableSetModifier and TypeMethodDescriptionImmutableSet.Builder.build()static ImmutableSet<Integer> ImmutableSet.of(int... ints) static <X> ImmutableSet<X> ImmutableSet.of(Collection<X> x) static <X> ImmutableSet<X> ImmutableSet.of(X... x) Methods in org.maxicp.util that return types with arguments of type ImmutableSetModifier and TypeMethodDescriptionstatic <E> Collector<E, ?, ImmutableSet<E>> ImmutableSet.toImmutableSet()