KLargestDomain

class KLargestDomain : public KVariableSelector

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

Example :

KBranchingSchemeArray myBranchingSchemeArray;
myBranchingSchemeArray += KAssignVar(KLargestDomain(),KMaxToMin();

See

KVariableSelector

Since

2016.1

Public Functions

KLargestDomain()

Default constructor.

KLargestDomain(const KLargestDomain &toCopy)

Copy constructor.