org.sat4j.minisat.constraints.cnf
Class LearntWLClause
java.lang.Object
org.sat4j.minisat.constraints.cnf.WLClause
org.sat4j.minisat.constraints.cnf.LearntWLClause
- All Implemented Interfaces:
- Serializable, Constr, Propagatable, IConstr
public final class LearntWLClause
- extends WLClause
- See Also:
- Serialized Form
Methods inherited from class org.sat4j.minisat.constraints.cnf.WLClause |
assertConstraint, calcReason, canBePropagatedMultipleTimes, equals, get, getActivity, getLits, getVocabulary, hashCode, locked, propagate, remove, rescaleBy, setActivity, simplify, size, toConstraint, toString |
LearntWLClause
public LearntWLClause(IVecInt ps,
ILits voc)
register
public void register()
- Description copied from interface:
Constr
- Register the constraint to the solver.
learnt
public boolean learnt()
- Returns:
- true iff the clause was learnt during the search
setLearnt
public void setLearnt()
- Description copied from interface:
Constr
- Mark a constraint as learnt.
forwardActivity
public void forwardActivity(double claInc)
- Since:
- 2.1
incActivity
public void incActivity(double claInc)
- Description copied from interface:
Constr
- Increase the constraint activity.
- Parameters:
claInc
-
Copyright © 2012 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.