|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sat4j.minisat.constraints.cnf.HTClause
org.sat4j.minisat.constraints.cnf.LearntHTClause
public class LearntHTClause
| Field Summary |
|---|
| Fields inherited from class org.sat4j.minisat.constraints.cnf.HTClause |
|---|
activity, head, middleLits, tail, voc |
| Constructor Summary | |
|---|---|
LearntHTClause(IVecInt ps,
ILits voc)
|
|
| Method Summary | |
|---|---|
void |
forwardActivity(double claInc)
|
void |
incActivity(double claInc)
Increase the constraint activity. |
boolean |
learnt()
|
void |
register()
Register the constraint to the solver. |
void |
setLearnt()
Mark a constraint as learnt. |
| Methods inherited from class org.sat4j.minisat.constraints.cnf.HTClause |
|---|
assertConstraint, calcReason, equals, get, getActivity, getLits, getVocabulary, hashCode, locked, propagate, remove, rescaleBy, simplify, size, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LearntHTClause(IVecInt ps,
ILits voc)
| Method Detail |
|---|
public void register()
Constr
public boolean learnt()
public void setLearnt()
Constr
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 | |||||||||