choco.kernel.solver.search.limit
Class NoLimit
java.lang.Object
choco.kernel.solver.search.limit.AbstractGlobalSearchLimit
choco.kernel.solver.search.limit.NoLimit
- All Implemented Interfaces:
- IPretty
public final class NoLimit
- extends AbstractGlobalSearchLimit
NO_LIMIT_UNIT
public static final String NO_LIMIT_UNIT
- See Also:
- Constant Field Values
SINGLOTON
public static final NoLimit SINGLOTON
pretty
public String pretty()
- Description copied from interface:
IPretty
- pretty printing of the object. This String is not constant and may depend on the context.
- Specified by:
pretty
in interface IPretty
- Overrides:
pretty
in class AbstractGlobalSearchLimit
- Returns:
- a readable string representation of the object
getNb
public int getNb()
- Description copied from class:
AbstractGlobalSearchLimit
- get the current counter
- Specified by:
getNb
in class AbstractGlobalSearchLimit
setNbMax
public void setNbMax(int nbMax)
- Overrides:
setNbMax
in class AbstractGlobalSearchLimit
Copyright © 2012. All Rights Reserved.