L - a data structure for the literals.D - a data structure for the clauses.public final class ClauseOnlyLearning<D extends DataStructureFactory> extends LimitedLearning<D>
lits| Constructor and Description |
|---|
ClauseOnlyLearning() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
learningCondition(Constr constr) |
java.lang.String |
toString() |
init, learns, setSolver, setVarActivityListenerprotected boolean learningCondition(Constr constr)
learningCondition in class LimitedLearning<D extends DataStructureFactory>public java.lang.String toString()
toString in class java.lang.Object