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: cooper_left helper theorem for cutsat #7290

Merged
merged 3 commits into from
Mar 2, 2025
Merged

Conversation

leodemoura
Copy link
Member

This PR adds support theorems for the Cooper-Left conflict resolution rule used in the cutsat procedure. During model construction,when attempting to extend the model to a variable x, cutsat may find a conflict that involves two inequalities (the lower and upper bounds for x). This is a special case of Cooper-Dvd-Left when there is no divisibility constraint.

@leodemoura leodemoura added the changelog-language Language features, tactics, and metaprograms label Mar 2, 2025
@leodemoura leodemoura requested a review from kim-em as a code owner March 2, 2025 16:10
@leodemoura leodemoura enabled auto-merge March 2, 2025 16:10
@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc March 2, 2025 16:19 Inactive
@leodemoura leodemoura added this pull request to the merge queue Mar 2, 2025
@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 Mar 2, 2025
@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 9c47f395c8724b105659d0aa537dd675b29f76aa --onto a86145b6bb2669e8864b04ef3f286dc57a4aaef0. (2025-03-02 16:39:36)

Merged via the queue into master with commit 4877e84 Mar 2, 2025
18 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