Class AbstractPlReasoner

    • Constructor Detail

      • AbstractPlReasoner

        public AbstractPlReasoner()
    • Method Detail

      • query

        public boolean query​(PlFormula formula,
                             PlFormula formula2)
        Checks whether the first formula entails the second.
        Parameters:
        formula - some formula
        formula2 - a formula
        Returns:
        true if the second formula is entailed be the first formula.
      • isEquivalent

        public boolean isEquivalent​(PlFormula p1,
                                    PlFormula p2)
        Checks whether the two formulas are equivalent
        Parameters:
        p1 - a formula
        p2 - a formula
        Returns:
        true iff the two formulas are equivalent