| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sat4j.minisat.learning.LimitedLearning<D>
public abstract class LimitedLearning<D extends DataStructureFactory>
Learn only clauses which size is smaller than a percentage of the number of variables.
| Field Summary | |
|---|---|
protected  ILits | 
lits
 | 
| Constructor Summary | |
|---|---|
LimitedLearning()
 | 
|
| Method Summary | |
|---|---|
 void | 
init()
hook method called just before the search begins.  | 
protected abstract  boolean | 
learningCondition(Constr constr)
 | 
 void | 
learns(Constr constr)
 | 
 void | 
setSolver(Solver<D> s)
 | 
 void | 
setVarActivityListener(VarActivityListener s)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected ILits lits
| Constructor Detail | 
|---|
public LimitedLearning()
| Method Detail | 
|---|
public void setSolver(Solver<D> s)
setSolver in interface LearningStrategy<D extends DataStructureFactory>public void learns(Constr constr)
learns in interface LearningStrategy<D extends DataStructureFactory>protected abstract boolean learningCondition(Constr constr)
public void init()
LearningStrategy
init in interface LearningStrategy<D extends DataStructureFactory>public void setVarActivityListener(VarActivityListener s)
setVarActivityListener in interface LearningStrategy<D extends DataStructureFactory>
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||