|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sat4j.minisat.learning.LimitedLearning<D>
org.sat4j.minisat.learning.ClauseOnlyLearning<D>
L - a data structure for the literals.D - a data structure for the clauses.public class ClauseOnlyLearning<D extends DataStructureFactory>
The solver only records among all the constraints only the clauses.
| Field Summary |
|---|
| Fields inherited from class org.sat4j.minisat.learning.LimitedLearning |
|---|
lits |
| Constructor Summary | |
|---|---|
ClauseOnlyLearning()
|
|
| Method Summary | |
|---|---|
protected boolean |
learningCondition(Constr constr)
|
java.lang.String |
toString()
|
| Methods inherited from class org.sat4j.minisat.learning.LimitedLearning |
|---|
init, learns, setSolver, setVarActivityListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClauseOnlyLearning()
| Method Detail |
|---|
protected boolean learningCondition(Constr constr)
learningCondition in class LimitedLearning<D extends DataStructureFactory>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||