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