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

Remove naive solver #3161

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Remove naive solver #3161

merged 2 commits into from
Dec 12, 2024

Conversation

MartinquaXD
Copy link
Contributor

Description

The naive solver is extremely basic and never wins any auctions anymore.
Also AFAICT it's no longer used in e2e tests either so by now it's just dead weight.
Sparked by this thread

Changes

Removes:

  • original algorithm in legacy code
  • wrapper logic in solvers crate
  • config code
  • test cases
  • documentation

Also in many cases we had an enum with 2 variants (baseline and naive). Since we now only have 1 variant left I collapsed all the logic and got rid of a few modules which are no longer necessary.

@MartinquaXD MartinquaXD requested a review from a team as a code owner December 11, 2024 14:14
@nlordell
Copy link
Contributor

🥲

Copy link
Contributor

@m-lord-renkse m-lord-renkse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🪚

@MartinquaXD MartinquaXD merged commit df9ca2b into main Dec 12, 2024
11 checks passed
@MartinquaXD MartinquaXD deleted the remove-naive-solver-1 branch December 12, 2024 11:27
@github-actions github-actions bot locked and limited conversation to collaborators Dec 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants