|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISolver | |
|---|---|
| org.sat4j.core | Implementation of the data structures available in org.sat4j.specs. |
| org.sat4j.minisat | Implementation of the MiniSAT specification in Java. |
| org.sat4j.minisat.constraints.pb | Implementations of pseudo boolean contraints. |
| org.sat4j.minisat.core | Implementation of the MiniSAT solver skeleton. |
| org.sat4j.reader | Some utility classes to read problems from plain text files. |
| org.sat4j.tools | Tools to be used on top of an ISolver. |
| Uses of ISolver in org.sat4j.core |
|---|
| Methods in org.sat4j.core that return ISolver | |
|---|---|
ISolver |
ASolverFactory.createSolverByName(java.lang.String solvername)
create a solver from its String name. the solvername Xxxx must map one of the newXxxx methods. |
abstract ISolver |
ASolverFactory.defaultSolver()
To obtain the default solver of the library. |
abstract ISolver |
ASolverFactory.lightSolver()
To obtain a solver that is suitable for solving many small instances of SAT problems. |
| Uses of ISolver in org.sat4j.minisat |
|---|
| Uses of ISolver in org.sat4j.minisat.constraints.pb |
|---|
| Classes in org.sat4j.minisat.constraints.pb that implement ISolver | |
|---|---|
class |
PBSolver
|
| Uses of ISolver in org.sat4j.minisat.core |
|---|
| Classes in org.sat4j.minisat.core that implement ISolver | |
|---|---|
class |
Solver
|
| Uses of ISolver in org.sat4j.reader |
|---|
| Constructors in org.sat4j.reader with parameters of type ISolver | |
|---|---|
CardDimacsReader(ISolver solver)
Deprecated. |
|
CSPReader(ISolver solver)
|
|
DimacsReader(ISolver solver)
|
|
ExtendedDimacsReader(ISolver solver)
|
|
GoodOPBReader(ISolver solver)
|
|
InstanceReader(ISolver solver)
|
|
LecteurDimacs(ISolver s)
|
|
OPBReader2005(ISolver solver)
|
|
| Uses of ISolver in org.sat4j.tools |
|---|
| Classes in org.sat4j.tools that implement ISolver | |
|---|---|
class |
Minimal4CardinalityModel
Computes models with a minimal number (with respect to cardinality) of negative literals. |
class |
Minimal4InclusionModel
Computes models with a minimal subset (with respect to set inclusion) of negative literals. |
class |
ModelIterator
That class allows to iterate through all the models (implicants) of a formula. |
class |
SolutionCounter
Another solver decorator that counts the number of solutions. |
class |
SolverDecorator
The aim of that class is to allow adding dynamic responsabilities to SAT solvers using the Decorator design pattern. |
| Methods in org.sat4j.tools that return ISolver | |
|---|---|
ISolver |
SolverDecorator.decorated()
|
| Methods in org.sat4j.tools with parameters of type ISolver | |
|---|---|
static IVecInt |
RemiUtils.backbone(ISolver s)
Compute the set of literals common to all models of the formula. |
| Constructors in org.sat4j.tools with parameters of type ISolver | |
|---|---|
Minimal4CardinalityModel(ISolver solver)
|
|
Minimal4InclusionModel(ISolver solver)
|
|
ModelIterator(ISolver solver)
|
|
SolutionCounter(ISolver solver)
|
|
SolverDecorator(ISolver solver)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||