Uses of Class
org.chocosolver.solver.search.limits.ACounter
-
Packages that use ACounter Package Description org.chocosolver.solver.search.limits -
-
Uses of ACounter in org.chocosolver.solver.search.limits
Subclasses of ACounter in org.chocosolver.solver.search.limits Modifier and Type Class Description class
BacktrackCounter
Set a limit over the number of backtracks allowed during the search.class
FailCounter
Set a limit over the number of fails allowed during the search.class
NodeCounter
Set a limit over the number of nodes opened allowed during the search.class
SolutionCounter
Set a limit over the number of found solutions allowed during the search.class
TimeCounter
A limit over run time.
-