choco.cp.solver.search.restart
Class BasicKickRestart
java.lang.Object
choco.cp.solver.search.restart.AbstractKickRestart
choco.cp.solver.search.restart.BasicKickRestart
- All Implemented Interfaces:
- IKickRestart
public class BasicKickRestart
- extends AbstractKickRestart
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicKickRestart
public BasicKickRestart(AbstractGlobalSearchStrategy searchStrategy)
restoreRootNode
public void restoreRootNode(IntBranchingTrace ctx)
- Description copied from interface:
IKickRestart
- This function restore the root state (trace, memory).
- Parameters:
ctx
- the last decision as we restart only when opening node.
Copyright © 2012. All Rights Reserved.