Interface ICounter
-
- All Superinterfaces:
Criterion
,LongCriterion
- All Known Implementing Classes:
ACounter
,BacktrackCounter
,FailCounter
,ICounter.Impl
,NodeCounter
,SolutionCounter
,TimeCounter
public interface ICounter extends Criterion, LongCriterion
An interface to define count smth during search process- Since:
- 15 juil. 2010
- Author:
- Charles Prud'homme
- See Also:
NodeCounter
,BacktrackCounter
,FailCounter
,SolutionCounter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ICounter.Impl
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
currentValue()
long
getLimitValue()
void
init()
void
overrideLimit(long newLimit)
void
update()
-
Methods inherited from interface org.chocosolver.util.criteria.LongCriterion
isMet
-
-