choco.kernel.solver.search.limit
Class BackTrackLimit
java.lang.Object
choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
choco.kernel.solver.search.limit.BackTrackLimit
- All Implemented Interfaces:
- IPretty
public final class BackTrackLimit
- extends AbstractGlobalSearchLimit
Limit counting the backtrack number
Method Summary |
int |
getNb()
get the current counter |
BackTrackLimit
public BackTrackLimit(AbstractGlobalSearchStrategy theStrategy,
int theLimit)
getNb
public final int getNb()
- Description copied from class:
AbstractGlobalSearchLimit
- get the current counter
- Specified by:
getNb
in class AbstractGlobalSearchLimit
Copyright © 2012. All Rights Reserved.