Package com.artelys.kalis
Class KLargestDomain
- java.lang.Object
-
- com.artelys.kalis.KVariableSelector
-
- com.artelys.kalis.KLargestDomain
-
public class KLargestDomain extends KVariableSelector
This class implements a variable selector that selects the first uninstantiated variable with the smallest domain.
Example :
KBranchingSchemeArray myBranchingSchemeArray; myBranchingSchemeArray += KAssignVar(KLargestDomain(),KMaxToMin();- Since:
- 2016.1
- See Also:
KVariableSelector
-
-
Field Summary
-
Fields inherited from class com.artelys.kalis.KVariableSelector
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description KLargestDomain()Default constructorprotectedKLargestDomain(long cPtr, boolean cMemoryOwn)KLargestDomain(KLargestDomain 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(KLargestDomain obj)-
Methods inherited from class com.artelys.kalis.KVariableSelector
getCPtr, getInstanceCopyPtr, getName, getProblem, getVariableRank, printName, selectNextVariable, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
-
-
-
-
Constructor Detail
-
KLargestDomain
protected KLargestDomain(long cPtr, boolean cMemoryOwn)
-
KLargestDomain
public KLargestDomain()
Default constructor
-
KLargestDomain
public KLargestDomain(KLargestDomain toCopy)
Copy constructor
-
-
Method Detail
-
getCPtr
protected static long getCPtr(KLargestDomain obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classKVariableSelector
-
delete
public void delete()
- Overrides:
deletein classKVariableSelector
-
getCopyPtr
public KVariableSelector getCopyPtr()
- Overrides:
getCopyPtrin classKVariableSelector
-
-