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