Uses of Package
org.sat4j.core

Packages that use org.sat4j.core
org.sat4j.core Implementation of the data structures available in org.sat4j.specs. 
org.sat4j.minisat Implementation of the MiniSAT specification in Java. 
 

Classes in org.sat4j.core used by org.sat4j.core
VecInt
          A vector specific for primitive integers, widely used in the solver.
 

Classes in org.sat4j.core used by org.sat4j.minisat
ASolverFactory
          A solver factory is responsible to provide prebuilt solvers to the end user.