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

Add support for STP and Yices2 #273

Merged
merged 30 commits into from
Dec 14, 2023
Merged

Commits on Nov 29, 2023

  1. stp support

    vcanumalla committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    01cf9f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. added yices2

    vcanumalla committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    cd7c074 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. yices2 addition

    vcanumalla committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5994ae2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. workflow

    vcanumalla committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    82a3458 View commit details
    Browse the repository at this point in the history
  2. add some sudos

    vcanumalla committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ad210a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e69e04 View commit details
    Browse the repository at this point in the history
  4. end files in newline

    vcanumalla committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7aeac35 View commit details
    Browse the repository at this point in the history
  5. fix added whitespace

    vcanumalla committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    507a9a7 View commit details
    Browse the repository at this point in the history
  6. fix workflows test

    vcanumalla committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1c531f3 View commit details
    Browse the repository at this point in the history
  7. fix path

    vcanumalla committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    47450f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eab0001 View commit details
    Browse the repository at this point in the history
  9. debugging for stp failure

    vcanumalla committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    53fd00a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f01d86 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. is yices2 working

    vcanumalla committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3a7fc3c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    becbfab View commit details
    Browse the repository at this point in the history
  2. Revert "Skip ASSERT lines during check-sat for STP"

    This reverts commit becbfab.
    gussmith23 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5d5cfae View commit details
    Browse the repository at this point in the history
  3. don't need the -p flag

    With the most up-to-date version of STP, all this flag does is
    force the printing of the model after (check-sat), which causes a parser
    error.
    gussmith23 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f1ad290 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Undo unnecessary changes

    gussmith23 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c405c6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a486654 View commit details
    Browse the repository at this point in the history
  3. Add documentation

    gussmith23 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    1f8e33a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    4d364f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b63276 View commit details
    Browse the repository at this point in the history
  3. Update documentation

    gussmith23 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f8dfb4b View commit details
    Browse the repository at this point in the history
  4. More updates

    gussmith23 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5c92eec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    974d8e4 View commit details
    Browse the repository at this point in the history
  6. Forgot to before

    gussmith23 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5b2fcef View commit details
    Browse the repository at this point in the history
  7. yices->yices-smt2 in docs

    gussmith23 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e00ac84 View commit details
    Browse the repository at this point in the history
  8. Add imports

    gussmith23 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c4eacea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44f4c3c View commit details
    Browse the repository at this point in the history
  10. fix docs

    gussmith23 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5d15047 View commit details
    Browse the repository at this point in the history