|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJaCoP.search.IndomainMin<T>
T - type of variable being used in search.public class IndomainMin<T extends IntVar>
IndomainMin - implements enumeration method based on the selection of the minimal value in the domain of variable
| Constructor Summary | |
|---|---|
IndomainMin()
It creates Indomain heuristic, which will choose the minimal value from the variable domain. |
|
| Method Summary | |
|---|---|
int |
indomain(IntVar var)
It returns value within a variable which should be used in current assignment. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndomainMin()
| Method Detail |
|---|
public int indomain(IntVar var)
Indomain
indomain in interface Indomain<T extends IntVar>var - defines variable for which value for assignment is suggested.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||