| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IProblem | |
|---|---|
| org.sat4j.minisat.constraints.pb | Implementations of pseudo boolean contraints. | 
| org.sat4j.minisat.core | Implementation of the MiniSAT solver skeleton. | 
| org.sat4j.opt | Optimization extensions. | 
| org.sat4j.reader | Some utility classes to read problems from plain text files. | 
| org.sat4j.specs | Those classes are intented for users dealing with SAT solvers as blackboxes. | 
| org.sat4j.tools | Tools to be used on top of an ISolver. | 
| Uses of IProblem in org.sat4j.minisat.constraints.pb | 
|---|
| Classes in org.sat4j.minisat.constraints.pb that implement IProblem | |
|---|---|
|  class | PBSolver | 
|  class | PBSolverCard | 
|  class | PBSolverClause | 
|  class | PBSolverWithImpliedClause | 
| Uses of IProblem in org.sat4j.minisat.core | 
|---|
| Classes in org.sat4j.minisat.core that implement IProblem | |
|---|---|
|  class | Solver | 
| Uses of IProblem in org.sat4j.opt | 
|---|
| Classes in org.sat4j.opt that implement IProblem | |
|---|---|
|  class | MaxSatDecorator | 
|  class | MinOneDecoratorComputes a solution with the smallest number of satisfied literals. | 
|  class | PseudoOptDecorator | 
|  class | WeightedMaxSatDecorator | 
| Uses of IProblem in org.sat4j.reader | 
|---|
| Methods in org.sat4j.reader that return IProblem | |
|---|---|
|  IProblem | LecteurDimacs.parseInstance(java.io.InputStream in) | 
|  IProblem | Reader.parseInstance(java.io.InputStream in) | 
|  IProblem | OPBReader2005.parseInstance(java.io.Reader in) | 
|  IProblem | LecteurDimacs.parseInstance(java.io.Reader in) | 
|  IProblem | InstanceReader.parseInstance(java.io.Reader in) | 
|  IProblem | GoodOPBReader.parseInstance(java.io.Reader in) | 
|  IProblem | DimacsReader.parseInstance(java.io.Reader in) | 
|  IProblem | CSPReader.parseInstance(java.io.Reader in) | 
| abstract  IProblem | Reader.parseInstance(java.io.Reader in) | 
|  IProblem | InstanceReader.parseInstance(java.lang.String filename) | 
|  IProblem | Reader.parseInstance(java.lang.String filename) | 
| Uses of IProblem in org.sat4j.specs | 
|---|
| Subinterfaces of IProblem in org.sat4j.specs | |
|---|---|
|  interface | IOptimizationProblem | 
|  interface | ISolverThat interface contains all the services available on a SAT solver. | 
| Uses of IProblem in org.sat4j.tools | 
|---|
| Classes in org.sat4j.tools that implement IProblem | |
|---|---|
|  class | Minimal4CardinalityModelComputes models with a minimal number (with respect to cardinality) of negative literals. | 
|  class | Minimal4InclusionModelComputes models with a minimal subset (with respect to set inclusion) of negative literals. | 
|  class | ModelIteratorThat class allows to iterate through all the models (implicants) of a formula. | 
|  class | SATRaceDecorator | 
|  class | SingleSolutionDetectorThis solver decorator allows to detect whether or not the set of constraints available in the solver has only one solution or not. | 
|  class | SolutionCounterAnother solver decorator that counts the number of solutions. | 
|  class | SolverDecoratorThe aim of that class is to allow adding dynamic responsabilities to SAT solvers using the Decorator design pattern. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||