Class | Description |
---|---|
CmpFSVarDomByGlb |
Comparator used to compare
SetLVar s by comparing the glbs of their domains. |
CmpFSVarDomByLub |
Comparator used to compare
SetLVar s by comparing the lubs of their domains. |
CmpFSVarDomBySize |
Comparator used to compare
SetLVar s by comparing the sizes of their domains. |
CmpIntervalsByGlb |
This class implements a Comparator on objects of class
Interval , based on intervals greatest lower bound. |
CmpIntervalsByLub |
This class implements a Comparator on objects of class
Interval , based on intervals least upper bound. |
CmpIntLVarDomByGlb |
This class implements a comparator for
IntLVar based on the greatest lower bound of their domains. |
CmpIntLVarDomByGlbDesc |
This class implements a comparator for
IntLVar based on the greatest lower bound of their domains, in descending order. |
CmpIntLVarDomByLub |
This class implements a comparator for
IntLVar based on the least upper bound of their domains. |
CmpIntLVarDomByLubDesc |
This class implements a comparator for
IntLVar based on the least upper bound of their domains, in descending order. |
CmpIntLVarDomBySize |
This class implements a comparator for
IntLVar based on the sizes of their domains. |