Uses of Interface
org.jacop.jasat.modules.interfaces.StartStopListener
-
Packages that use StartStopListener Package Description org.jacop.jasat.core org.jacop.jasat.modules org.jacop.satwrapper -
-
Uses of StartStopListener in org.jacop.jasat.core
Fields in org.jacop.jasat.core declared as StartStopListener Modifier and Type Field Description StartStopListener[]Core. startStopModules -
Uses of StartStopListener in org.jacop.jasat.modules
Classes in org.jacop.jasat.modules that implement StartStopListener Modifier and Type Class Description classDebugModulemodule used for debug : it logs every event it is informed ofclassSearchModuleA basic searching component, which controls the solver to solve the problemclassStatModulecollects statistics about the solver -
Uses of StartStopListener in org.jacop.satwrapper
Classes in org.jacop.satwrapper that implement StartStopListener Modifier and Type Class Description classSatWrapperwrapper to communicate between SAT solver and CP solver.classWrapperDebugModulea class used to debug, but with additional data
-