Uses of Interface
org.jacop.satwrapper.WrapperComponent
-
Packages that use WrapperComponent Package Description org.jacop.satwrapper org.jacop.satwrapper.translation -
-
Uses of WrapperComponent in org.jacop.satwrapper
Classes in org.jacop.satwrapper that implement WrapperComponent Modifier and Type Class Description classWrapperDebugModulea class used to debug, but with additional dataMethods in org.jacop.satwrapper with parameters of type WrapperComponent Modifier and Type Method Description voidSatWrapper. addWrapperComponent(WrapperComponent module)add a component -
Uses of WrapperComponent in org.jacop.satwrapper.translation
Classes in org.jacop.satwrapper.translation that implement WrapperComponent Modifier and Type Class Description classDomainClausesDatabaseclause database designed to handle efficiently CP domain constraints, with the interface of boolean clauses databases.classDomainTranslatorA component that translates CP variables ranges to boolean clauses to be added to the SAT solverclassLazyCpVarDomain<E extends IntVar>Deprecated.classSatCPBridgeinterface representing the domain of a CP variable as a range.classSimpleCpVarDomainA simple representation for small domains, not lazy.
-