Uses of Interface
org.jacop.jasat.modules.interfaces.BackjumpListener
-
Packages that use BackjumpListener Package Description org.jacop.jasat.core org.jacop.jasat.modules org.jacop.satwrapper -
-
Uses of BackjumpListener in org.jacop.jasat.core
Fields in org.jacop.jasat.core declared as BackjumpListener Modifier and Type Field Description BackjumpListener[]Core. backjumpModulesBackjumpListener[]Core. restartModules -
Uses of BackjumpListener in org.jacop.jasat.modules
Classes in org.jacop.jasat.modules that implement BackjumpListener Modifier and Type Class Description classActivityModulecounts the activity of literalsclassDebugModulemodule used for debug : it logs every event it is informed ofclassHeuristicForgetModuleA component that selects clauses to forget when solver.forget() is called.classHeuristicRestartModuleA module that indicates if a restart would be useful now.classStatModulecollects statistics about the solver -
Uses of BackjumpListener in org.jacop.satwrapper
Classes in org.jacop.satwrapper that implement BackjumpListener 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
-