Uses of Interface
org.jacop.jasat.modules.interfaces.AssertionListener
-
Packages that use AssertionListener Package Description org.jacop.jasat.core org.jacop.jasat.modules org.jacop.satwrapper -
-
Uses of AssertionListener in org.jacop.jasat.core
Fields in org.jacop.jasat.core declared as AssertionListener Modifier and Type Field Description AssertionListener[]Core. assertionModules -
Uses of AssertionListener in org.jacop.jasat.modules
Classes in org.jacop.jasat.modules that implement AssertionListener Modifier and Type Class Description classDebugModulemodule used for debug : it logs every event it is informed ofclassStatModulecollects statistics about the solver -
Uses of AssertionListener in org.jacop.satwrapper
Classes in org.jacop.satwrapper that implement AssertionListener Modifier and Type Class Description classSatChangesListenerthis class listens to changes in literals in SAT solver, and reminds what changes this implies for CP variablesclassWrapperDebugModulea class used to debug, but with additional data
-