KSmallestDomain¶
-
class KSmallestDomain : public KVariableSelector¶
This class implements a variable selector that selects the first uninstantiated variable with the smallest domain.
Example :
KBranchingSchemeArray bsa; bsa += KAssignVar(KSmallestDomain(),KMaxToMin();
- See
- Since
2016.1
Public Functions
-
KSmallestDomain()¶
Default constructor.
-
KSmallestDomain(const KSmallestDomain &smallestDomainToCopy)¶
Copy constructor.