|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJaCoP.set.search.IndomainSetMax<T>
T - type of variable being used in search.public class IndomainSetMax<T extends SetVar>
IndomainMin - implements enumeration method based on the selection of the maximal value in the domain of variable
| Constructor Summary | |
|---|---|
IndomainSetMax()
It creates indomain heuristic, which will choose the maximal value from the variable domain. |
|
| 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 IndomainSetMax()
| Method Detail |
|---|
public int indomain(T var)
Indomain
indomain in interface Indomain<T extends SetVar>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 | ||||||||