Package com.artelys.kalis
Class KNumLargestReducedCost
- java.lang.Object
-
- com.artelys.kalis.KNumVariableSelector
-
- com.artelys.kalis.KNumLargestReducedCost
-
public class KNumLargestReducedCost extends KNumVariableSelector
This variable selector selects the variable with biggest reduced cost in
current LP solution of the provided linear relaxation solver.
- Since:
- 2016.1
-
-
Field Summary
-
Fields inherited from class com.artelys.kalis.KNumVariableSelector
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedKNumLargestReducedCost(long cPtr, boolean cMemoryOwn)KNumLargestReducedCost(KLinearRelaxationSolver arg0)ConstructorKNumLargestReducedCost(KNumLargestReducedCost toCopy)Copy constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()KNumVariableSelectorgetCopyPtr()protected static longgetCPtr(KNumLargestReducedCost obj)-
Methods inherited from class com.artelys.kalis.KNumVariableSelector
getCPtr, getInstanceCopyPtr, getName, getProblem, getVariableRank, printName, selectNextVariable, setMinDomainSize, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
-
-
-
-
Constructor Detail
-
KNumLargestReducedCost
protected KNumLargestReducedCost(long cPtr, boolean cMemoryOwn)
-
KNumLargestReducedCost
public KNumLargestReducedCost(KLinearRelaxationSolver arg0)
Constructor
-
KNumLargestReducedCost
public KNumLargestReducedCost(KNumLargestReducedCost toCopy)
Copy constructor
-
-
Method Detail
-
getCPtr
protected static long getCPtr(KNumLargestReducedCost obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classKNumVariableSelector
-
delete
public void delete()
- Overrides:
deletein classKNumVariableSelector
-
getCopyPtr
public KNumVariableSelector getCopyPtr()
- Overrides:
getCopyPtrin classKNumVariableSelector
-
-