Package de.uds.cs.st.dd.core.splitter

Splitting functionality for the Delta Debugging algorithm.

See:
          Description

Interface Summary
Splitter The splitter interface must be implemented by all splitters.
 

Class Summary
DefaultSplitter The default splitter class splits any given configuration into n equally sized sub configurations (without interpreting the configurations).
 

Package de.uds.cs.st.dd.core.splitter Description

Splitting functionality for the Delta Debugging algorithm.