Interface KernelProvider<T extends Formula>

    • Method Summary

      Modifier and Type Method Description
      java.util.Collection<java.util.Collection<T>> getKernels​(java.util.Collection<T> formulas, T formula)
      Retrieves the set of kernels for the given formula from the given set of formulas.
    • Method Detail

      • getKernels

        java.util.Collection<java.util.Collection<T>> getKernels​(java.util.Collection<T> formulas,
                                                                 T formula)
        Retrieves the set of kernels for the given formula from the given set of formulas.
        Parameters:
        formulas - a set of formulas.
        formula - a formula.
        Returns:
        the collection of kernels