choco.cp.solver.search.restart
Interface IKickRestart

All Known Implementing Classes:
AbstractKickRestart, BasicKickRestart, NogoodKickRestart

public interface IKickRestart

an interface allow to control the restarting process in the search loop.

Since:
29 juil. 2009 version 2.1.1
Version:
2.1.1
Author:
Arnaud Malapert

Method Summary
 AbstractGlobalSearchStrategy getSearchStrategy()
           
 void restoreRootNode(IntBranchingTrace ctx)
          This function restore the root state (trace, memory).
 

Method Detail

getSearchStrategy

AbstractGlobalSearchStrategy getSearchStrategy()

restoreRootNode

void restoreRootNode(IntBranchingTrace ctx)
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.