|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sat4j.minisat.learning.LimitedLearning<L,D> org.sat4j.minisat.learning.ClauseOnlyLearning<L,D>
L
- a data structure for the literals.D
- a data structure for the clauses.public class ClauseOnlyLearning<L extends ILits,D extends DataStructureFactory<L>>
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<L extends ILits,D extends DataStructureFactory<L>>
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 |