T
- type of variable being used in the search.public class IndomainRandom<T extends IntVar> extends java.lang.Object implements Indomain<T>
Constructor and Description |
---|
IndomainRandom()
It specifies Indomain function, which assigns values randomly.
|
IndomainRandom(int seed)
It specifies Indomain function, which assigns values randomly.
|
public IndomainRandom()
public IndomainRandom(int seed)
seed
- it specifies the seed of the random generator.