KSmallestMin

class KSmallestMin : public KVariableSelector

This class implements a variable selector that selects the first uninstantiated variable with the smallest value in its domain.

Example :

KBranchingSchemeArray bsa;
bsa += KAssignVar(KSmallestMin(), KMaxToMin();

See

KVariableSelector

Since

2016.1