Interface BaseContractionOperator<T extends Formula>

    • Method Summary

      Modifier and Type Method Description
      java.util.Collection<T> contract​(java.util.Collection<T> base, T formula)
      Contracts the given collection of formulas by the given formula.
    • Method Detail

      • contract

        java.util.Collection<T> contract​(java.util.Collection<T> base,
                                         T formula)
        Contracts the given collection of formulas by the given formula.
        Parameters:
        base - some collection of formulas.
        formula - a formula
        Returns:
        the contracted collection.