A Wiki-Style documentation is also available from SAT4J @ Objectweb. Please report problems and feature request using ObjectWeb Trackers If you need help, you can contact us preferably on our forums or by sending an email to help at sat4j dot org.
If you are looking for the detailed features available in the library, the description of the solvers submitted to the various competitions and evaluations is a good start:
A poster showing the various dependencies of the SAT4J project can also be of some help.
Browse the API documentation.
For those interesting in software engineering, some reports are also available:
java -jar sat4j-1.6.jar cnffilesolves cnffile using the default solver.
java -jar sat4j-1.6.jar -s MiniLearning cnffilesolves cnffile using MiniLearning SAT solver.
java -jar sat4j-1.6.jarfor usage.
java -jar sat4j-1.5.jar cnffilesolves cnffile using the default solver.
java -jar sat4j-1.5.jar MiniLearning cnffilesolves cnffile using MiniLearning SAT solver.
java -jar sat4j-1.5.jarprovides the list of available solvers.