KNumMiddle¶
-
class KNumMiddle : public KNumValueSelector¶
This class implements a value selector that selects the nearest value from the middle value in the domain of the variable.
Example :
KBranchingSchemeArray myBranchingSchemeArray; myBranchingSchemeArray += KAssignVar(KSmallestDomain(),KNumMiddle());
- See
- Since
2016.1
Public Functions
-
KNumMiddle()¶
Constructor.
-
KNumMiddle(const KNumMiddle &middleToCopy)¶
Copy constructor.