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: Linear programming in the standard form #9693

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

feat: Linear programming in the standard form #9693

wants to merge 22 commits into from

Conversation

madvorak
Copy link
Collaborator

@madvorak madvorak commented Jan 12, 2024


Zulip discussion:
https://leanprover.zulipchat.com/#narrow/stream/144837-PR-reviews/topic/.237386.20Linear.20Programming

Four PRs incompatible with each other:
#7386 (list of constraints)
#9693 (matrix form)
#10026 (Antoine Chambert-Loir's def; semirings, linear)
#10159 (Antoine Chambert-Loir's def; rings, affine)

Open in Gitpod

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@madvorak madvorak added blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) RFC Request for comment labels Jan 12, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Jan 12, 2024
@madvorak madvorak added the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Jan 12, 2024
@madvorak
Copy link
Collaborator Author

Alternative: #7386

Mathlib.lean Show resolved Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mathlib.lean Show resolved Hide resolved
Mathlib.lean Outdated Show resolved Hide resolved
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Jan 15, 2024
@leanprover-community-mathlib4-bot
Copy link
Collaborator

This PR/issue depends on:

@madvorak madvorak added the awaiting-author A reviewer has asked the author a question or requested changes label Jan 15, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jan 15, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jan 15, 2024
@madvorak madvorak added awaiting-CI and removed awaiting-author A reviewer has asked the author a question or requested changes labels Jan 16, 2024
@madvorak
Copy link
Collaborator Author

Another alternative:
#10026

@madvorak madvorak added the WIP Work in progress label Jul 3, 2024
@grunweg grunweg added the t-algebra Algebra (groups, rings, fields, etc) label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFC Request for comment t-algebra Algebra (groups, rings, fields, etc) WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants