Package com.artelys.kalis
Class KMaxRegretOnUpperBound
- java.lang.Object
-
- com.artelys.kalis.KVariableSelector
-
- com.artelys.kalis.KMaxRegretOnUpperBound
-
public class KMaxRegretOnUpperBound extends KVariableSelector
This class implements a variable selector that selects first the variable
with maximum regret on its upperbound.
Example :
KBranchingSchemeArray bsa; bsa += KAssignVar(KMaxRegretOnUpperBound(), KMaxToMin();
- Since:
- 2016.1
- See Also:
KVariableSelector
-
-
Field Summary
-
Fields inherited from class com.artelys.kalis.KVariableSelector
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description KMaxRegretOnUpperBound()
Constructorprotected
KMaxRegretOnUpperBound(long cPtr, boolean cMemoryOwn)
KMaxRegretOnUpperBound(KMaxRegretOnUpperBound maxRegretOnUpperBoundToCopy)
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(KMaxRegretOnUpperBound obj)
-
Methods inherited from class com.artelys.kalis.KVariableSelector
getCPtr, getInstanceCopyPtr, getName, getProblem, getVariableRank, printName, selectNextVariable, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
-
-
-
-
Constructor Detail
-
KMaxRegretOnUpperBound
protected KMaxRegretOnUpperBound(long cPtr, boolean cMemoryOwn)
-
KMaxRegretOnUpperBound
public KMaxRegretOnUpperBound()
Constructor
-
KMaxRegretOnUpperBound
public KMaxRegretOnUpperBound(KMaxRegretOnUpperBound maxRegretOnUpperBoundToCopy)
Copy constructor
-
-
Method Detail
-
getCPtr
protected static long getCPtr(KMaxRegretOnUpperBound 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
-
-