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 protected
KNumLargestReducedCost(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 void
delete()
protected void
finalize()
KNumVariableSelector
getCopyPtr()
protected static long
getCPtr(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:
finalize
in classKNumVariableSelector
-
delete
public void delete()
- Overrides:
delete
in classKNumVariableSelector
-
getCopyPtr
public KNumVariableSelector getCopyPtr()
- Overrides:
getCopyPtr
in classKNumVariableSelector
-
-