Package | Description |
---|---|
org.sat4j.minisat.constraints |
Implementations of various constraints for MiniSAT.
|
org.sat4j.minisat.core |
Implementation of the MiniSAT solver skeleton.
|
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) |
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.