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

Factor out C-API, Python API and solver tests into their own crates #80

Merged
merged 5 commits into from
Apr 11, 2024

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    7674edb View commit details
    Browse the repository at this point in the history
  2. refactor: factor out C-API

    factor out C-API into separate crate and tooling around that
    chrjabs committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    16ff287 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. refactor: factor out Python API

    factor out Python API into separate crate and tooling around that
    chrjabs committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    132ebed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    481590e View commit details
    Browse the repository at this point in the history
  3. refactor: solver build system

    - include minisat and glucose as submodules
    - specify linked libraries in code rather than in the build script
    chrjabs committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    62c30c1 View commit details
    Browse the repository at this point in the history