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

Tseitin Encoding #6

Merged
merged 19 commits into from
Jul 31, 2020
Merged

Tseitin Encoding #6

merged 19 commits into from
Jul 31, 2020

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    1d39112 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Adding testing for tseitin.

    haz committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    0f9b29f View commit details
    Browse the repository at this point in the history
  2. Little bit of clean up.

    haz committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    d5051a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Configuration menu
    Copy the full SHA
    993ca80 View commit details
    Browse the repository at this point in the history
  2. Several suggested fixes on the PR

    haz committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    e6f62f5 View commit details
    Browse the repository at this point in the history
  3. Minor fix to appease mypy

    haz committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    ffff4e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Configuration menu
    Copy the full SHA
    b9c588a View commit details
    Browse the repository at this point in the history
  2. Fixing duplicate test name.

    haz committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    22149ca View commit details
    Browse the repository at this point in the history
  3. Removing unneeded import.

    haz committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    c689b01 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    57f14a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbdac4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    698d263 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c56919 View commit details
    Browse the repository at this point in the history
  5. Add Aux to __all__

    blyxxyz committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    e794d1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    562cebc View commit details
    Browse the repository at this point in the history
  7. Allowing nnf to call to_CNF

    haz committed Jul 30, 2020
    2 Configuration menu
    Copy the full SHA
    6166a97 View commit details
    Browse the repository at this point in the history
  8. Adding a complete_models method.

    haz committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    93ce84a View commit details
    Browse the repository at this point in the history
  9. Fix complete_models() tests

    blyxxyz committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    ee61d60 View commit details
    Browse the repository at this point in the history
  10. Fix test_nnf.MODS()

    blyxxyz committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    4f69428 View commit details
    Browse the repository at this point in the history