Package com.artelys.kalis
Class KLargestMax
- java.lang.Object
-
- com.artelys.kalis.KVariableSelector
-
- com.artelys.kalis.KLargestMax
-
public class KLargestMax extends KVariableSelector
This class implements a variable selector that selects first the variable
with the largest upperbound in its domain.
Example:
KBranchingSchemeArray myBranchingSchemeArray; myBranchingSchemeArray += KAssignVar(KLargestMax(), KMaxToMin();- Since:
- 2016.1
- See Also:
KVariableSelector
-
-
Field Summary
-
Fields inherited from class com.artelys.kalis.KVariableSelector
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description KLargestMax()Default ConstructorprotectedKLargestMax(long cPtr, boolean cMemoryOwn)KLargestMax(KLargestMax toCopy)Copy constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()KVariableSelectorgetCopyPtr()protected static longgetCPtr(KLargestMax obj)-
Methods inherited from class com.artelys.kalis.KVariableSelector
getCPtr, getInstanceCopyPtr, getName, getProblem, getVariableRank, printName, selectNextVariable, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
-
-
-
-
Constructor Detail
-
KLargestMax
protected KLargestMax(long cPtr, boolean cMemoryOwn)
-
KLargestMax
public KLargestMax()
Default Constructor
-
KLargestMax
public KLargestMax(KLargestMax toCopy)
Copy constructor
-
-
Method Detail
-
getCPtr
protected static long getCPtr(KLargestMax obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classKVariableSelector
-
delete
public void delete()
- Overrides:
deletein classKVariableSelector
-
getCopyPtr
public KVariableSelector getCopyPtr()
- Overrides:
getCopyPtrin classKVariableSelector
-
-