|
||||||||||
| 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.OriginalHTClause
public class OriginalHTClause
| Field Summary |
|---|
| Fields inherited from class org.sat4j.minisat.constraints.cnf.HTClause |
|---|
head, middleLits, tail, voc |
| Constructor Summary | |
|---|---|
OriginalHTClause(IVecInt ps,
ILits voc)
|
|
| Method Summary | |
|---|---|
static OriginalHTClause |
brandNewClause(UnitPropagationListener s,
ILits voc,
IVecInt literals)
Creates a brand new clause, presumably from external data. |
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, incActivity, 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 OriginalHTClause(IVecInt ps,
ILits voc)
| Method Detail |
|---|
public void register()
Constr
public boolean learnt()
public void setLearnt()
Constr
public static OriginalHTClause brandNewClause(UnitPropagationListener s,
ILits voc,
IVecInt literals)
s - the object responsible for unit propagationvoc - the vocabularyliterals - the literals to store in the clause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||