Class Mixtgte

  • All Implemented Interfaces:
    FaultCharacterizationAlgorithm
    Direct Known Subclasses:
    GeneratingMixtgte

    public class Mixtgte
    extends Object
    implements FaultCharacterizationAlgorithm
    An Implementation of the MixTgTe algorithm described in "Efficient and Guaranteed Detection of t-way Failure-Inducing Combinations" by Arcaini, Gargantini and Radavelli. It is an interleaving Fault Characterization Algorithm that collects tuples that seem to cause failures and isolates them.

    It starts from identifying combinations of size t = 1 until the given strength is reached. It guarantees to detect and isolate all minimal FICs with a size up to the given strength.

    • Constructor Detail

      • Mixtgte

        public Mixtgte​(TestModel testModel)
        Creates a new MixTgTe algorithm for a given testModel.
        Parameters:
        testModel - for the Fault Characterization Algorithm
      • Mixtgte

        public Mixtgte​(FaultCharacterizationConfiguration config)
        Creates a new MixTgTe algorithm for a given configuration.
        Parameters:
        config - for the Fault Characterization Algorithm