T
- type of variable being used in the search.public class IndomainRandom<T extends IntVar> extends 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.
|
Modifier and Type | Method and Description |
---|---|
int |
indomain(IntVar var)
It returns value within a variable which should be used in current
assignment.
|
public IndomainRandom()
public IndomainRandom(int seed)
seed
- it specifies the seed of the random generator.Copyright © 2022. All rights reserved.