|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJaCoP.search.IndomainMiddle<T>
T - type of variable being used in search.public class IndomainMiddle<T extends IntVar>
IndomainMiddle - implements enumeration method based on the selection of the middle value in the domain of FD variable and then right and left values.
| Constructor Summary | |
|---|---|
IndomainMiddle()
It creates Indomain heuristic which chooses the middle value. |
|
| Method Summary | |
|---|---|
int |
indomain(IntVar var)
It requires IntVar variable. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndomainMiddle()
| Method Detail |
|---|
public int indomain(IntVar var)
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 | ||||||||