Package | Description |
---|---|
org.sat4j.minisat.core |
Implementation of the MiniSAT solver skeleton.
|
org.sat4j.minisat.learning |
Various learning strategies.
|
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
org.sat4j.minisat.core.ActivityListener |
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 |
LearningStrategy.setVarActivityListener(VarActivityListener s) |
Modifier and Type | Method and Description |
---|---|
void |
LimitedLearning.setVarActivityListener(VarActivityListener s) |
Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.