Interface M3CSolver<F>

    • Method Detail

      • solve

        boolean solve​(F formula)
               throws ParseException
        Checks whether the given formula is satisfied.
        Parameters:
        formula - the formula whose satisfiability should be checked
        Returns:
        true if the formula is satisfied, false otherwise.
        Throws:
        ParseException - when the given formula object cannot be parsed