|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sat4j.minisat.constraints.cnf.BinaryClause org.sat4j.minisat.constraints.cnf.LearntBinaryClause
public class LearntBinaryClause
Constructor Summary | |
---|---|
LearntBinaryClause(IVecInt ps,
ILits voc)
|
Method Summary | |
---|---|
boolean |
learnt()
|
void |
setLearnt()
Mark a constraint as learnt. |
Methods inherited from class org.sat4j.minisat.constraints.cnf.BinaryClause |
---|
assertConstraint, calcReason, equals, get, getActivity, getLits, getVocabulary, hashCode, incActivity, locked, propagate, register, remove, rescaleBy, simplify, size, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LearntBinaryClause(IVecInt ps, ILits voc)
Method Detail |
---|
public void setLearnt()
Constr
public boolean learnt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |