Interface M3CSolver.TypedM3CSolver<F>

    • Method Detail

      • solve

        boolean solve​(F formula)
        Checks whether the given formula is satisfied.
        Specified by:
        solve in interface M3CSolver<F>
        Parameters:
        formula - the formula whose satisfiability should be checked
        Returns:
        true if the formula is satisfied, false otherwise.