KNumInputOrder¶
-
class KNumInputOrder : public KNumVariableSelector¶
This class implements a variable selector that selects the first uninstantiated variable in the input order.
Example :
KBranchingSchemeArray bsa; bsa += KAssignVar(KNumInputOrder(), KMaxToMin());
- See
- Since
2016.1
Public Functions
-
KNumInputOrder()¶
Constructor.
-
KNumInputOrder(const KNumInputOrder &toCopy)¶
Copy constructor.
-
virtual KNumVariableSelector *getCopyPtr() const¶
return the first uninstantiated variable in the order of creation