| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sat4j.minisat.constraints.cnf.BinaryClause
org.sat4j.minisat.constraints.cnf.LearntBinaryClause
public class LearntBinaryClause
| Field Summary | 
|---|
| Fields inherited from class org.sat4j.minisat.constraints.cnf.BinaryClause | 
|---|
activity, head, tail | 
| Constructor Summary | |
|---|---|
LearntBinaryClause(IVecInt ps,
                   ILits voc)
 | 
|
| Method Summary | |
|---|---|
 void | 
forwardActivity(double claInc)
 | 
 void | 
incActivity(double claInc)
Increase the constraint activity.  | 
 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, 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()
public void forwardActivity(double claInc)
public void incActivity(double claInc)
Constr
claInc - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||