Uses of Class
choco.kernel.solver.search.IntBranchingTrace

Packages that use IntBranchingTrace
choco.cp.solver.search   
choco.cp.solver.search.restart   
choco.kernel.solver.search A package devoted to the the control of search algorithms.
 

Uses of IntBranchingTrace in choco.cp.solver.search
 

Fields in choco.cp.solver.search declared as IntBranchingTrace
protected  IntBranchingTrace AbstractSearchLoopWithRestart.ctx
          current trace object.
 

Methods in choco.cp.solver.search that return IntBranchingTrace
 IntBranchingTrace AbstractSearchLoopWithRestart.getCurrentTrace()
           
 

Methods in choco.cp.solver.search with parameters of type IntBranchingTrace
protected  IntDomainVar NogoodRecorder.getBranchingVar(IntBranchingTrace trace)
           
 void NogoodRecorder.handleTrace(IntBranchingTrace trace)
           
 

Uses of IntBranchingTrace in choco.cp.solver.search.restart
 

Methods in choco.cp.solver.search.restart with parameters of type IntBranchingTrace
 void NogoodKickRestart.restoreRootNode(IntBranchingTrace ctx)
          record nogood from each restart.
 void IKickRestart.restoreRootNode(IntBranchingTrace ctx)
          This function restore the root state (trace, memory).
 void BasicKickRestart.restoreRootNode(IntBranchingTrace ctx)
           
 

Uses of IntBranchingTrace in choco.kernel.solver.search
 

Fields in choco.kernel.solver.search declared as IntBranchingTrace
protected  IntBranchingTrace[] AbstractGlobalSearchStrategy.traceStack
          a data structure storing the stack of choice contexts (for incremental search explorations)
 

Methods in choco.kernel.solver.search that return IntBranchingTrace
 IntBranchingTrace IntBranchingTrace.copy()
           
 IntBranchingTrace AbstractGlobalSearchStrategy.getReusableInitialTrace()
           
 IntBranchingTrace AbstractGlobalSearchStrategy.getTrace(int index)
           
 IntBranchingTrace AbstractGlobalSearchStrategy.initialTrace()
           
 IntBranchingTrace AbstractGlobalSearchStrategy.popTrace()
           
 IntBranchingTrace AbstractGlobalSearchStrategy.pushTrace()
           
 IntBranchingTrace AbstractGlobalSearchStrategy.topTrace()
           
 



Copyright © 2012. All Rights Reserved.