Class MealyRandomWpMethodEQOracle<I,​O>

    • Constructor Detail

      • MealyRandomWpMethodEQOracle

        public MealyRandomWpMethodEQOracle​(MembershipOracle.MealyMembershipOracle<I,​O> sulOracle,
                                           int minimalSize,
                                           int rndLength,
                                           int bound)
        Parameters:
        sulOracle - maps to the sulOracle parameter of the delegate
        minimalSize - maps to the minimalSize parameter of the delegate
        rndLength - maps to the rndLength parameter of the delegate
        bound - maps to the bound parameter of the delegate
      • MealyRandomWpMethodEQOracle

        public MealyRandomWpMethodEQOracle​(MembershipOracle.MealyMembershipOracle<I,​O> sulOracle,
                                           int minimalSize,
                                           int rndLength,
                                           int bound,
                                           int batchSize)
        Parameters:
        sulOracle - maps to the sulOracle parameter of the delegate
        minimalSize - maps to the minimalSize parameter of the delegate
        rndLength - maps to the rndLength parameter of the delegate
        bound - maps to the bound parameter of the delegate
        batchSize - maps to the batchSize parameter of the delegate
      • MealyRandomWpMethodEQOracle

        public MealyRandomWpMethodEQOracle​(MembershipOracle.MealyMembershipOracle<I,​O> sulOracle,
                                           int minimalSize,
                                           int rndLength,
                                           int bound,
                                           Random random,
                                           int batchSize)
        Parameters:
        sulOracle - maps to the sulOracle parameter of the delegate
        minimalSize - maps to the minimalSize parameter of the delegate
        rndLength - maps to the rndLength parameter of the delegate
        bound - maps to the bound parameter of the delegate
        random - maps to the random parameter of the delegate
        batchSize - maps to the batchSize parameter of the delegate