public final class FixedLengthLearning<D extends DataStructureFactory> extends LimitedLearning<D>
lits| Constructor and Description | 
|---|
| FixedLengthLearning() | 
| FixedLengthLearning(int maxlength) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getMaxLength() | 
| void | init()hook method called just before the search begins. | 
| protected boolean | learningCondition(Constr constr) | 
| protected void | setBound(int newbound) | 
| void | setMaxLength(int v) | 
| String | toString() | 
learns, setSolver, setVarActivityListenerpublic FixedLengthLearning()
public FixedLengthLearning(int maxlength)
public void init()
LearningStrategyinit in interface LearningStrategy<D extends DataStructureFactory>init in class LimitedLearning<D extends DataStructureFactory>public void setMaxLength(int v)
public int getMaxLength()
protected void setBound(int newbound)
protected boolean learningCondition(Constr constr)
learningCondition in class LimitedLearning<D extends DataStructureFactory>Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.