org.sat4j.minisat.learning
Class FixedLengthLearning<L extends ILits>
java.lang.Object
   org.sat4j.minisat.learning.LimitedLearning<L>
org.sat4j.minisat.learning.LimitedLearning<L>
       org.sat4j.minisat.learning.FixedLengthLearning<L>
org.sat4j.minisat.learning.FixedLengthLearning<L>
- All Implemented Interfaces: 
- java.io.Serializable, LearningStrategy<L>
- public class FixedLengthLearning<L extends ILits> 
- extends LimitedLearning<L>
A learning scheme for learning constraints of size smaller than a given
 constant.
- Author:
- leberre
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
FixedLengthLearning
public FixedLengthLearning()
FixedLengthLearning
public FixedLengthLearning(int maxlength)
init
public void init()
- Description copied from interface: LearningStrategy
- hook method called just before the search begins. Useful to compute
 metrics/parameters based on the input formula.
 
- 
- Specified by:
- initin interface- LearningStrategy<L extends ILits>
- Overrides:
- initin class- LimitedLearning<L extends ILits>
 
- 
 
setMaxLength
public void setMaxLength(int v)
- 
 
getMaxLength
public int getMaxLength()
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
-