Package org.chocosolver.util.criteria
Interface Criterion
-
- All Known Subinterfaces:
ICounter
- All Known Implementing Classes:
ACounter
,BacktrackCounter
,FailCounter
,ICounter.Impl
,NodeCounter
,SolutionCounter
,TimeCounter
public interface Criterion
An interface which defines a criterion with lambda Created by cprudhom on 04/09/15. Project: choco.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isMet()
-