public interface Problem<T extends SearchState<T>>
| Modifier and Type | Method and Description |
|---|---|
double |
energy(T searchState) |
T |
initialState() |
T initialState() throws InfeasibleProblemException
InfeasibleProblemExceptiondouble energy(T searchState)