| Name | Lines |
| void <clinit>() | 100% (1 / 1)
|
| void <init>() | 100% (2 / 2)
|
| void <init>(int) | 100% (2 / 2)
|
| void <init>(int, int) | 100% (2 / 2)
|
| void <init>(com.koalog.jcs.domain.IntegerDomain) | 100% (5 / 5)
|
| void <init>(String) | 100% (2 / 2)
|
| void <init>(String, int) | 100% (2 / 2)
|
| void <init>(String, int, int) | 100% (2 / 2)
|
| void <init>(String, com.koalog.jcs.domain.IntegerDomain) | 100% (5 / 5)
|
| void addDomConstraint(com.koalog.jcs.constraint.Constraint) | 100% (5 / 5)
|
| void addMaxConstraint(com.koalog.jcs.constraint.Constraint) | 100% (2 / 2)
|
| void addMinConstraint(com.koalog.jcs.constraint.Constraint) | 100% (2 / 2)
|
| void addMinMaxConstraint(com.koalog.jcs.constraint.Constraint) | 100% (2 / 2)
|
| void adjustDifferent(com.koalog.jcs.choicepoint.ChoicePointStack, java.util.Set, int) | 100% (9 / 9)
|
| void adjustDomain(com.koalog.jcs.choicepoint.ChoicePointStack, java.util.Set, com.koalog.jcs.domain.IntegerDomain) | 100% (10 / 10)
|
| void adjustDomainDifferent(com.koalog.jcs.choicepoint.ChoicePointStack, java.util.Set, com.koalog.jcs.domain.IntegerDomain) | 100% (9 / 9)
|
| void adjustMax(com.koalog.jcs.choicepoint.ChoicePointStack, java.util.Set, double) | 0% (0 / 2)
|
| void adjustMax(com.koalog.jcs.choicepoint.ChoicePointStack, java.util.Set, int) | 100% (8 / 8)
|
| void adjustMin(com.koalog.jcs.choicepoint.ChoicePointStack, java.util.Set, double) | 0% (0 / 2)
|
| void adjustMin(com.koalog.jcs.choicepoint.ChoicePointStack, java.util.Set, int) | 100% (8 / 8)
|
| void adjustMinMax(com.koalog.jcs.choicepoint.ChoicePointStack, java.util.Set, int, int) | 100% (14 / 14)
|
| void adjustMinMax(com.koalog.jcs.choicepoint.ChoicePointStack, java.util.Set, double, double) | 100% (2 / 2)
|
| void adjustValue(com.koalog.jcs.choicepoint.ChoicePointStack, java.util.Set, int) | 100% (2 / 2)
|
| void chooseMax(com.koalog.jcs.choicepoint.ChoicePointStack, java.util.Set, int) | 100% (5 / 5)
|
| void chooseMin(com.koalog.jcs.choicepoint.ChoicePointStack, java.util.Set, int) | 100% (5 / 5)
|
| void chooseValue(com.koalog.jcs.choicepoint.ChoicePointStack, java.util.Set, int) | 100% (8 / 8)
|
| void fullChanges() | 100% (4 / 4)
|
| int getConstraintNb(com.koalog.jcs.constraint.Problem) | 100% (10 / 10)
|
| int getMax() | 100% (1 / 1)
|
| float getMiddle() | 100% (1 / 1)
|
| int getMin() | 100% (1 / 1)
|
| boolean isMinMax() | 100% (1 / 1)
|
| boolean isSparse() | 100% (1 / 1)
|
| boolean oneSparse(com.koalog.jcs.variable.IntegerVariable[]) | 100% (4 / 4)
|
| void restoreDomain(com.koalog.jcs.domain.Domain) | 100% (7 / 7)
|
| void setMax(int) | 100% (2 / 2)
|
| void setMin(int) | 100% (2 / 2)
|
| void setValue(int) | 100% (2 / 2)
|
| void updateScheduler(com.koalog.jcs.constraint.ConstraintScheduler, com.koalog.jcs.choicepoint.ChoicePointStack, com.koalog.jcs.constraint.Problem) | 100% (16 / 16)
|