Interface INeighbor
-
@Deprecated public interface INeighbor
Deprecated.seeNeighbor
instead, will be removed in next releaseAn interface defining services required for the LNS to select variables to freeze-unfreeze.- Since:
- 18/06/13
- Author:
- Charles Prud'homme
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
fixSomeVariables(DecisionPath decisionPath)
Deprecated.void
init()
Deprecated.boolean
isSearchComplete()
Deprecated.void
loadFromSolution(Solution solution)
Deprecated.void
recordSolution()
Deprecated.void
restrictLess()
Deprecated.
-
-
-
Method Detail
-
init
@Deprecated void init()
Deprecated.
-
recordSolution
@Deprecated void recordSolution()
Deprecated.
-
fixSomeVariables
@Deprecated void fixSomeVariables(DecisionPath decisionPath)
Deprecated.
-
restrictLess
@Deprecated void restrictLess()
Deprecated.
-
isSearchComplete
@Deprecated boolean isSearchComplete()
Deprecated.
-
loadFromSolution
@Deprecated void loadFromSolution(Solution solution)
Deprecated.
-
-