KInputOrder

class KInputOrder : public KVariableSelector

This class implements a variable selector that selects the first uninstantiated variable in the input order.

Example :

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

See

KVariableSelector

Since

2016.1

Public Functions

KInputOrder()

Constructor.

KInputOrder(const KInputOrder &inputOrderToCopy)

Copy constructor.

virtual KIntVar *selectNextVariable(KIntVarArray *intVarArray)

return the first uninstantiated variable in the order of creation