|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJaCoP.search.IndomainMax<T>
T - type of variable being used in the search.public class IndomainMax<T extends IntVar>
IndomainMax - implements enumeration method based on the selection of the maximal value in the domain of the variable.
| Constructor Summary | |
|---|---|
IndomainMax()
It creates an IndomainMax heuristic. |
|
| Method Summary | |
|---|---|
int |
indomain(T 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 IndomainMax()
| Method Detail |
|---|
public int indomain(T 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 | ||||||||