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.KVariableSelectorswigCMemOwn
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description KLargestDomain()Default constructorprotectedKLargestDomain(long cPtr, boolean cMemoryOwn)KLargestDomain(KLargestDomain toCopy)Copy constructor
 - 
Method SummaryAll 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.KVariableSelectorgetCPtr, getInstanceCopyPtr, getName, getProblem, getVariableRank, printName, selectNextVariable, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
- 
 
- 
- 
- 
Constructor Detail- 
KLargestDomainprotected KLargestDomain(long cPtr, boolean cMemoryOwn)
 - 
KLargestDomainpublic KLargestDomain() Default constructor
 - 
KLargestDomainpublic KLargestDomain(KLargestDomain toCopy) Copy constructor
 
- 
 - 
Method Detail- 
getCPtrprotected static long getCPtr(KLargestDomain obj) 
 - 
finalizeprotected void finalize() - Overrides:
- finalizein class- KVariableSelector
 
 - 
deletepublic void delete() - Overrides:
- deletein class- KVariableSelector
 
 - 
getCopyPtrpublic KVariableSelector getCopyPtr() - Overrides:
- getCopyPtrin class- KVariableSelector
 
 
- 
 
-