Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-enable extraction of results in SMTBackend.solve, fix examples #14

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 1, 2016

  1. Revert "bug fix for hanging. works on osx & ubuntu"

    This reverts commit b672e5e.
    bpowers committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    f466772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7e7adb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b0c04b View commit details
    Browse the repository at this point in the history
  4. backends/smtlib2: don't tell solver to exit when calling solve()

    And definitely don't do it twice if we've got a Satisfiable result.
    We might want to iteratively invoke solve().
    bpowers committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    af47a3c View commit details
    Browse the repository at this point in the history