KSmallestDomDegRatio

class KSmallestDomDegRatio : public KVariableSelector

This class implements a variable selector that selects first the variable with the smallest ratio domain size / degree in the constraint graph.

Example :

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

See

KVariableSelector

Since

2016.1

Public Functions

KSmallestDomDegRatio()

Constructor.

KSmallestDomDegRatio(const KSmallestDomDegRatio &smallestDomDegRatioToCopy)

Copy constructor.