| Package | Description |
|---|---|
| org.sat4j.minisat.constraints |
Implementations of various constraints for MiniSAT.
|
| org.sat4j.minisat.core |
Implementation of the MiniSAT solver skeleton.
|
| org.sat4j.pb.core |
Implementations of pseudo boolean solvers
|
| Modifier and Type | Field and Description |
|---|---|
protected Learner |
AbstractDataStructureFactory.learner |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDataStructureFactory.setLearner(Learner learner) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICDCL<D extends DataStructureFactory>
Abstraction for Conflict Driven Clause Learning Solver.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Solver<D extends DataStructureFactory>
The backbone of the library providing the modular implementation of a MiniSAT
(Chaff) like solver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataStructureFactory.setLearner(Learner l) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPBCDCLSolver<D extends PBDataStructureFactory>
Abstraction for Conflict Driven Clause Learning PBSolver.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBSolver |
class |
PBSolverCautious |
class |
PBSolverClause |
class |
PBSolverCP |
class |
PBSolverResCP |
class |
PBSolverResolution |
class |
PBSolverWithImpliedClause |
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.