Class IntDomainMin

  • All Implemented Interfaces:
    IntValueSelector

    public final class IntDomainMin
    extends Object
    implements IntValueSelector
    Selects the variable lower bound
    Since:
    28 sept. 2010
    Author:
    Charles Prud'homme
    • Constructor Detail

      • IntDomainMin

        public IntDomainMin()
    • Method Detail

      • selectValue

        public int selectValue​(IntVar var)
        Description copied from interface: IntValueSelector
        Selects and returns the value to constrained chosen variable with. The chosen value must belong to the domain of variable.
        Specified by:
        selectValue in interface IntValueSelector
        Returns:
        the value, based on the domain of variable