|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Solver | |
---|---|
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.minisat.learning | Various learning strategies. |
Uses of Solver in org.sat4j.minisat |
---|
Uses of Solver in org.sat4j.minisat.constraints.pb |
---|
Subclasses of Solver in org.sat4j.minisat.constraints.pb | |
---|---|
class |
PBSolver<L extends ILits>
|
class |
PBSolverClause
|
class |
PBSolverMerging
|
class |
PBSolverWithImpliedClause
|
Uses of Solver in org.sat4j.minisat.core |
---|
Methods in org.sat4j.minisat.core with parameters of type Solver | |
---|---|
void |
LearningStrategy.setSolver(Solver<L> s)
|
Uses of Solver in org.sat4j.minisat.learning |
---|
Methods in org.sat4j.minisat.learning with parameters of type Solver | |
---|---|
void |
ActiveLearning.setSolver(Solver<L> s)
|
void |
MiniSATLearning.setSolver(Solver<L> s)
|
void |
LimitedLearning.setSolver(Solver<L> s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |