Uses of Enum
org.jacop.constraints.ViolationMeasure
Packages that use ViolationMeasure
-
Uses of ViolationMeasure in org.jacop.constraints
Fields in org.jacop.constraints declared as ViolationMeasureModifier and TypeFieldDescriptionfinal ViolationMeasureSoftAlldifferent.violationMeasureSoftGCC.violationMeasureMethods in org.jacop.constraints that return ViolationMeasureModifier and TypeMethodDescriptionstatic ViolationMeasureReturns the enum constant of this type with the specified name.static ViolationMeasure[]ViolationMeasure.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jacop.constraints with parameters of type ViolationMeasureModifierConstructorDescriptionprivateSoftAlldiffBuilder(IntDomain[] doms, ViolationMeasure vm) SoftAlldifferent(IntVar[] xVars, IntVar costVar, ViolationMeasure violationMeasure) SoftGCC(IntVar[] xVars, int[] hardLowerBound, int[] hardUpperBound, int[] countedValue, IntVar[] softCounters, IntVar costVar, ViolationMeasure violationMeasure) It specifies soft-GCC constraint.SoftGCC(IntVar[] xVars, int[] hardLowerBound, int[] hardUpperBound, IntVar[] softCounters, IntVar costVar, ViolationMeasure violationMeasure) It specifies soft-GCC constraint.SoftGCC(IntVar[] xVars, IntVar[] hardCounters, int[] countedValue, int[] softLowerBound, int[] softUpperBound, IntVar costVar, ViolationMeasure violationMeasure) It specifies soft-GCC constraint.SoftGCC(IntVar[] xVars, IntVar[] hardCounters, int[] softLowerBound, int[] softUpperBound, IntVar costVar, ViolationMeasure violationMeasure) It specifies soft-GCC constraint.SoftGCC(IntVar[] xVars, IntVar[] hardCounters, int[] countedValue, IntVar[] softCounters, IntVar costVar, ViolationMeasure violationMeasure) It specifies soft-GCC constraint.SoftGCC(IntVar[] xVars, IntVar[] hardCounters, IntVar[] softCounters, IntVar costVar, ViolationMeasure violationMeasure) It specifies soft-GCC constraint.privateSoftGCCBuilder(IntDomain all, IntDomain[] doms, ViolationMeasure vm)