T
- type of variable being used in search.public class IndomainSetMin<T extends SetVar> extends Object implements Indomain<T>
Constructor and Description |
---|
IndomainSetMin()
It creates Indomain heuristic, which will choose the minimal value
from the variable domain.
|
Modifier and Type | Method and Description |
---|---|
int |
indomain(T var)
It returns value within a variable which should be used in current
assignment.
|
public IndomainSetMin()
Copyright © 2022. All rights reserved.