T - type of variable being used in the search.public class IndomainSimpleRandom<T extends IntVar> extends Object implements Indomain<T>
| Constructor and Description |
|---|
IndomainSimpleRandom()
It does not achieve uniform probability but it does work faster than
IndomainRandom.
|
| Modifier and Type | Method and Description |
|---|---|
int |
indomain(IntVar var)
It returns value within a variable which should be used in current
assignment.
|
public IndomainSimpleRandom()
Copyright © 2022. All rights reserved.