Package | Description |
---|---|
org.sat4j.minisat.constraints | |
org.sat4j.minisat.core | |
org.sat4j.pb.core |
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 |