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