Uses of Class
org.jacop.jasat.core.Core
-
Packages that use Core Package Description org.jacop.jasat.core org.jacop.jasat.core.clauses org.jacop.jasat.modules org.jacop.jasat.utils org.jacop.satwrapper -
-
Uses of Core in org.jacop.jasat.core
Fields in org.jacop.jasat.core declared as Core Modifier and Type Field Description private CoreConflictLearning. coreMethods in org.jacop.jasat.core with parameters of type Core Modifier and Type Method Description voidConflictLearning. initialize(Core core)voidCore. initialize(Core core)voidSolverComponent. initialize(Core core)initializes the component with the given solver.voidTrail. initialize(Core core)to be called before any use of the trailprivate static voidRunSolver. protectOnTermination(Core core)on forced exit, print solution -
Uses of Core in org.jacop.jasat.core.clauses
Fields in org.jacop.jasat.core.clauses declared as Core Modifier and Type Field Description CoreAbstractClausesDatabase. coreCoreDatabasesStore. coreMethods in org.jacop.jasat.core.clauses with parameters of type Core Modifier and Type Method Description voidAbstractClausesDatabase. initialize(Core core)voidDatabasesStore. initialize(Core core) -
Uses of Core in org.jacop.jasat.modules
Fields in org.jacop.jasat.modules declared as Core Modifier and Type Field Description CoreActivityModule. coreprivate CoreDebugModule. coreprivate CoreHeuristicAssertionModule. coreprivate CoreHeuristicForgetModule. coreCoreSearchModule. coreprivate CoreStatModule. coreMethods in org.jacop.jasat.modules with parameters of type Core Modifier and Type Method Description voidActivityModule. initialize(Core core)voidDebugModule. initialize(Core core)voidHeuristicAssertionModule. initialize(Core core)voidHeuristicForgetModule. initialize(Core core)voidHeuristicRestartModule. initialize(Core core)voidSearchModule. initialize(Core core)voidStatModule. initialize(Core core) -
Uses of Core in org.jacop.jasat.utils
Fields in org.jacop.jasat.utils declared as Core Modifier and Type Field Description private CoreBasicPreprocessor. coreMethods in org.jacop.jasat.utils with parameters of type Core Modifier and Type Method Description voidMemoryPool. initialize(Core core)Constructors in org.jacop.jasat.utils with parameters of type Core Constructor Description BasicPreprocessor(Core core) -
Uses of Core in org.jacop.satwrapper
Fields in org.jacop.satwrapper declared as Core Modifier and Type Field Description private CoreSatChangesListener. coreCoreSatWrapper. coreprivate CoreWrapperDebugModule. coreMethods in org.jacop.satwrapper with parameters of type Core Modifier and Type Method Description voidSatChangesListener. initialize(Core core)voidSatWrapper. initialize(Core core)voidWrapperDebugModule. initialize(Core core)
-