Package com.artelys.kalis
Class KMinToMax
- java.lang.Object
-
- com.artelys.kalis.KValueSelector
-
- com.artelys.kalis.KMinToMax
-
public class KMinToMax extends KValueSelector
This class implements a value selector that returns values in increasing
order.
Example :
KBranchingSchemeArray myBranchingSchemeArray; myBranchingSchemeArray += KAssignVar(KSmallestDomain(),KMinToMax());
- Since:
- 2016.1
- See Also:
KValueSelector
-
-
Field Summary
-
Fields inherited from class com.artelys.kalis.KValueSelector
swigCMemOwn
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
KValueSelector
getCopyPtr()
protected static long
getCPtr(KMinToMax obj)
java.lang.String
getName()
int
selectNextValue(KIntVar intVar)
get Next Value-
Methods inherited from class com.artelys.kalis.KValueSelector
getCPtr, getInstanceCopyPtr, getProblem, printName, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
-
-
-
-
Constructor Detail
-
KMinToMax
protected KMinToMax(long cPtr, boolean cMemoryOwn)
-
KMinToMax
public KMinToMax()
Constructor
-
KMinToMax
public KMinToMax(KMinToMax toCopy)
Copy constructor
-
-
Method Detail
-
getCPtr
protected static long getCPtr(KMinToMax obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classKValueSelector
-
delete
public void delete()
- Overrides:
delete
in classKValueSelector
-
selectNextValue
public int selectNextValue(KIntVar intVar)
get Next Value- Overrides:
selectNextValue
in classKValueSelector
- Parameters:
intVar
- the variable to selects a value for
-
getCopyPtr
public KValueSelector getCopyPtr()
- Overrides:
getCopyPtr
in classKValueSelector
-
getName
public java.lang.String getName()
- Overrides:
getName
in classKValueSelector
-
-