choco.cp.solver.search.restart
Class BasicKickRestart

java.lang.Object
  extended by choco.cp.solver.search.restart.AbstractKickRestart
      extended by choco.cp.solver.search.restart.BasicKickRestart
All Implemented Interfaces:
IKickRestart

public class BasicKickRestart
extends AbstractKickRestart


Field Summary
 
Fields inherited from class choco.cp.solver.search.restart.AbstractKickRestart
searchStrategy
 
Constructor Summary
BasicKickRestart(AbstractGlobalSearchStrategy searchStrategy)
           
 
Method Summary
 void restoreRootNode(IntBranchingTrace ctx)
          This function restore the root state (trace, memory).
 
Methods inherited from class choco.cp.solver.search.restart.AbstractKickRestart
getSearchStrategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicKickRestart

public BasicKickRestart(AbstractGlobalSearchStrategy searchStrategy)
Method Detail

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.