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

feat: bv_decide and flattening #6035

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Conversation

hargoniX
Copy link
Contributor

@hargoniX hargoniX commented Nov 11, 2024

This PR introduces the and flattening pre processing pass from Bitwuzla to bv_decide. It splits hypotheses of the form (a && b) = true into a = true and b = true which has synergy potential with the already existing embedded constraint substitution pass.

Beyond this I also added some profiling infra structure for the passes.

@hargoniX hargoniX added the changelog-language Language features, tactics, and metaprograms label Nov 11, 2024
@hargoniX hargoniX force-pushed the hbv/bv_decide_and_flattening branch from 8f53971 to 949bdb9 Compare November 11, 2024 13:05
@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc November 11, 2024 13:11 Inactive
@github-actions github-actions bot added the toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN label Nov 11, 2024
@leanprover-community-bot
Copy link
Collaborator

Mathlib CI status (docs):

  • ❗ Batteries/Mathlib CI will not be attempted unless your PR branches off the nightly-with-mathlib branch. Try git rebase 722cb73019f1166b31d40dde2c6fd89afe9d8289 --onto 456e6d2b791bbc560b304b28a60f35db7072c306. (2024-11-11 13:21:04)

@hargoniX hargoniX added this pull request to the merge queue Nov 11, 2024
Merged via the queue into master with commit 61f7dcb Nov 11, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-language Language features, tactics, and metaprograms toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants