Class KNumNearestValue


  • public class KNumNearestValue
    extends KNumValueSelector
    This class implements a value selector that selects the nearest value from target in the domain of the variable .

    Example :
    
    KBranchingSchemeArray myBranchingSchemeArray;
    myBranchingSchemeArray += KSplitDomain(KWidestDomain(), KNumNearestValue());
    

    Since:
    2016.1
    See Also:
    KValueSelector