public class LearntHTClause extends HTClause
| Constructor and Description | 
|---|
| LearntHTClause(IVecInt ps,
              ILits voc) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | forwardActivity(double claInc) | 
| void | incActivity(double claInc)Increase the constraint activity. | 
| boolean | learnt() | 
| void | register()Register the constraint to the solver. | 
| void | setActivity(double d)Set the activity at a specific value | 
| void | setLearnt()Mark a constraint as learnt. | 
assertConstraint, calcReason, calcReasonOnTheFly, canBePropagatedMultipleTimes, equals, get, getActivity, getLits, getVocabulary, hashCode, locked, propagate, remove, rescaleBy, simplify, size, toConstraint, toStringpublic void register()
Constrpublic boolean learnt()
public void setLearnt()
Constrpublic void forwardActivity(double claInc)
public void incActivity(double claInc)
ConstrclaInc - public void setActivity(double d)
Constrd - the new activityCopyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.